Skip to content

Commit 28061a6

Browse files
committed
Extra py36 cleanup
1 parent 84ee7e7 commit 28061a6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Sphinx==7.0.1;python_version>"3.6"
1+
Sphinx==7.0.1
22
werkzeug
33
setuptools<=81 # pkg_resources was removed from setuptools 82

requirements.tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# these are pinned for repeatability, but updated by pyup.io to be latest
22
pytest==4.6.9;python_version<"3.10"
33
pytest>7;python_version>="3.10"
4-
more-itertools;python_version>="3.6"
4+
more-itertools
55
freezegun==0.3.14
66
pytest-cov==2.8.1;python_version<"3.10"
77
pytest-cov>2.8;python_version>="3.10"
@@ -15,7 +15,7 @@ setuptools==44.0.0;python_version<"3.10"
1515
setuptools>64,<=81;python_version>="3.10"
1616
coverage==5.0.3;python_version<"3.10"
1717
coverage>=6.0;python_version>="3.10"
18-
flaky==3.8.1;python_version>="3.6"
18+
flaky==3.8.1
1919

2020
# for integration tests
2121
# eventlet is pinned until https://github.com/benoitc/gunicorn/pull/2581

0 commit comments

Comments
 (0)