File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
- import os
2
-
3
1
from setuptools import setup
4
2
5
3
# TODO: if py gets upgrade to >=1.6,
15
13
'funcsigs;python_version<"3.0"' ,
16
14
'pathlib2>=2.2.0;python_version<"3.6"' ,
17
15
'colorama;sys_platform=="win32"' ,
16
+ "pluggy>=0.7" ,
18
17
]
19
18
20
19
21
- # if _PYTEST_SETUP_SKIP_PLUGGY_DEP is set, skip installing pluggy;
22
- # used by tox.ini to test with pluggy master
23
- if "_PYTEST_SETUP_SKIP_PLUGGY_DEP" not in os .environ :
24
- INSTALL_REQUIRES .append ("pluggy>=0.7" )
25
-
26
-
27
20
def main ():
28
21
setup (
29
22
use_scm_version = {"write_to" : "src/_pytest/_version.py" },
Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ setenv =
42
42
pexpect: _PYTEST_TOX_PLATFORM =linux|darwin
43
43
pexpect: _PYTEST_TOX_POSARGS_PEXPECT =testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py
44
44
45
- # TODO: remove?!
46
- pluggymaster: _PYTEST_SETUP_SKIP_PLUGGY_DEP =1
47
-
48
45
xdist: _PYTEST_TOX_POSARGS_XDIST =-n auto
49
46
extras = testing
50
47
deps =
You can’t perform that action at this time.
0 commit comments