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 8baca38 commit 0e34e3aCopy full SHA for 0e34e3a
pyproject.toml
@@ -71,7 +71,7 @@ dev = [
71
buildtest27_library = [
72
"hatchling==0.25.1", # includes 2.7 support, but not 3.6 :/ CI will fail for 3.6
73
"pytest==4.6.11",
74
- "pytest-cov==2.12.1",
+ "pytest-cov==2.12.1"
75
]
76
buildtest37_onward = [
77
"hatchling==1.17.1", # CI fix
setup.py
@@ -49,11 +49,6 @@
49
'gunicorn==20.1.0',
50
'werkzeug==2.0.0',
51
],
52
- 'buildtest27_library': [
53
- 'hatchling==0.25.1', # includes 2.7 support, but not 3.6 :/ CI will fail for 3.6
54
- 'pytest==4.6.11',
55
- 'pytest-cov==2.12.1',
56
- ],
57
},
58
entry_points={
59
'console_scripts': [
0 commit comments