File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ stone >= 2
5
5
# Other dependencies for development
6
6
ply
7
7
pytest
8
- pytest-runner
8
+ pytest-runner == 5.3.2
9
9
sphinx
10
10
twine
11
11
setuptools ; python_version >= "3.12"
Original file line number Diff line number Diff line change 31
31
'setuptools' ,
32
32
]
33
33
34
- setup_requires = [
35
- # Pin pytest-runner to 5.2.0, since 5.3.0 uses `find_namespaces` directive, not supported in
36
- # Python 2.7
37
- 'pytest-runner == 5.2.0' ,
38
- ]
39
-
40
34
# WARNING: This imposes limitations on test/requirements.txt such that the
41
35
# full Pip syntax is not supported. See also
42
36
# <http://stackoverflow.com/questions/14399534/>.
51
45
name = 'dropbox' ,
52
46
version = version ,
53
47
install_requires = install_reqs ,
54
- setup_requires = setup_requires ,
55
48
tests_require = test_reqs ,
56
49
packages = ['dropbox' ],
57
50
package_data = {'dropbox' : ['trusted-certs.crt' ]},
72
65
'License :: OSI Approved :: MIT License' ,
73
66
'Operating System :: OS Independent' ,
74
67
'Programming Language :: Python' ,
75
- 'Programming Language :: Python :: 2.7' ,
68
+ 'Programming Language :: Python :: 2.7' , # untested
76
69
'Programming Language :: Python :: 3.8' ,
77
70
'Programming Language :: Python :: 3.9' ,
78
71
'Programming Language :: Python :: 3.10' ,
You can’t perform that action at this time.
0 commit comments