We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$
1 parent 1f2690c commit 7011e69Copy full SHA for 7011e69
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+In Development
2
+--------------
3
+
4
+* Fixes in tests.
5
6
2.1.1 (February 26, 2024)
7
-------------------------
8
Makefile
@@ -17,7 +17,7 @@ typing:
17
18
.PHONY: test
19
test:
20
- PYTHONPATH=.:$PYTHONPATH pytest --cov=email_validator -k "not network"
+ PYTHONPATH=.:$$PYTHONPATH pytest --cov=email_validator -k "not network"
21
22
.PHONY: testcov
23
testcov: test
0 commit comments