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 464e75d commit a066e7cCopy full SHA for a066e7c
Makefile
@@ -34,7 +34,7 @@ docs:
34
.PHONY: test
35
test:
36
@echo "$(ATTN_COLOR)==> test $(NO_COLOR)"
37
- @tox -e py37,py39
+ @tox -e py39
38
39
.PHONY: test_specific
40
test_specific:
setup.py
@@ -24,10 +24,7 @@
24
failed = False
25
26
def run_test_suite():
27
- try:
28
- import unittest2 as unittest
29
- except ImportError:
30
- import unittest
+ import unittest
31
32
def mark_failed():
33
global failed
0 commit comments