Skip to content

Commit 0e34e3a

Browse files
committed
dangling comma in toml, reallygit add .
1 parent 8baca38 commit 0e34e3a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dev = [
7171
buildtest27_library = [
7272
"hatchling==0.25.1", # includes 2.7 support, but not 3.6 :/ CI will fail for 3.6
7373
"pytest==4.6.11",
74-
"pytest-cov==2.12.1",
74+
"pytest-cov==2.12.1"
7575
]
7676
buildtest37_onward = [
7777
"hatchling==1.17.1", # CI fix

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
'gunicorn==20.1.0',
5050
'werkzeug==2.0.0',
5151
],
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-
],
5752
},
5853
entry_points={
5954
'console_scripts': [

0 commit comments

Comments
 (0)