Skip to content

Commit 86126f6

Browse files
touilleWomanseifertm
authored andcommitted
remove useless dependencies: flaky, mypy
1 parent 6ca920b commit 86126f6

File tree

4 files changed

+0
-52
lines changed

4 files changed

+0
-52
lines changed

dependencies/default/constraints.txt

-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
attrs==23.1.0
22
coverage==7.3.2
33
exceptiongroup==1.1.3
4-
flaky==3.7.0
54
hypothesis==6.90.0
65
iniconfig==2.0.0
7-
mypy==1.7.0
8-
mypy-extensions==1.0.0
96
packaging==23.2
107
pluggy==1.3.0
118
pytest==7.4.3

dependencies/pytest-min/constraints.txt

-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ charset-normalizer==3.3.1
55
coverage==7.3.2
66
elementpath==4.1.5
77
exceptiongroup==1.1.3
8-
flaky==3.7.0
98
hypothesis==6.88.3
109
idna==3.4
1110
iniconfig==2.0.0
1211
mock==5.1.0
13-
mypy==1.6.1
14-
mypy-extensions==1.0.0
1512
nose==1.3.7
1613
packaging==23.2
1714
pluggy==1.3.0
@@ -21,6 +18,5 @@ pytest==7.0.0
2118
requests==2.31.0
2219
sortedcontainers==2.4.0
2320
tomli==2.0.1
24-
typing_extensions==4.8.0
2521
urllib3==2.0.7
2622
xmlschema==2.5.0

setup.cfg

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ install_requires =
4646
testing =
4747
coverage >= 6.2
4848
hypothesis >= 5.7.1
49-
flaky >= 3.5.0
50-
mypy >= 0.931
5149
docs =
5250
sphinx >= 5.3
5351
sphinx-rtd-theme >= 1.0

tests/test_flaky_integration.py

-43
This file was deleted.

0 commit comments

Comments
 (0)