Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit b2a1ed2

Browse files
committed
Update test to install pytest-runner using pip.
1 parent b227bc2 commit b2a1ed2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_ptr.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ def venv(virtualenv):
5555
def test_egg_fetcher(venv, setuptools_req, test_args):
5656
test_args = test_args.split()
5757
# Install pytest & pytest-runner.
58-
venv.run('python setup.py develop', cwd=os.getcwd())
59-
venv.run('pip install pytest')
58+
venv.run('pip install pytest .', cwd=os.getcwd())
6059
# Install setuptools version.
6160
venv.run('pip install -U'.split() + [setuptools_req])
6261
# For debugging purposes.

0 commit comments

Comments
 (0)