Skip to content

Fix test command invocation causing ERROR #773

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 19, 2015
Merged

Fix test command invocation causing ERROR #773

merged 1 commit into from
Sep 19, 2015

Conversation

koobs
Copy link

@koobs koobs commented Jun 21, 2015

Currently, running the test suite via the test command (pythonX.Y setup.py test) produces the following error:

ERROR: file not found: test

This change tweaks initialize_options to match the code described upstream [1].

[1] https://pytest.org/latest/goodpractises.html

Currently, running the test suite via the test command (pythonX.Y setup.py test) produces the following error:

```
ERROR: file not found: test
```

This change tweaks initialize_options to match the code described upstream [1].

[1] https://pytest.org/latest/goodpractises.html
uqs pushed a commit to freebsd/freebsd-ports that referenced this pull request Jun 21, 2015
- Update to 13.0.3
- Update TEST_DEPENDS
- USE_GITHUB to get the test suite, since the sdist doesnt (yet)
  include it [1]
- Temporarily patch out versioned console_script (virtualenv) until
  USE_PYTHON=concurrent supports more granularity (coming soon)
- Add USE_PYTHON=concurrent support to virtualenv can be used for
  multiple python versioned
- Patch setup.py to fix test command invocation. Report upstream. [2]
- Tweak regression-test target to use the canonical setup.py variable

Changes:

  https://virtualenv.pypa.io/en/latest/changes.html

[1] pypa/virtualenv#714
[2] pypa/virtualenv#773

Differential Revision:	https://reviews.freebsd.org/D2703
Reviewed by:		nivit (maintainer)
Approved by:		nivit (maintainer)


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@390182 35697150-7ecd-e111-bb59-0022644237b5
koobs added a commit to freebsd/freebsd-ports that referenced this pull request Jun 21, 2015
- Update to 13.0.3
- Update TEST_DEPENDS
- USE_GITHUB to get the test suite, since the sdist doesnt (yet)
  include it [1]
- Temporarily patch out versioned console_script (virtualenv) until
  USE_PYTHON=concurrent supports more granularity (coming soon)
- Add USE_PYTHON=concurrent support to virtualenv can be used for
  multiple python versioned
- Patch setup.py to fix test command invocation. Report upstream. [2]
- Tweak regression-test target to use the canonical setup.py variable

Changes:

  https://virtualenv.pypa.io/en/latest/changes.html

[1] pypa/virtualenv#714
[2] pypa/virtualenv#773

Differential Revision:	https://reviews.freebsd.org/D2703
Reviewed by:		nivit (maintainer)
Approved by:		nivit (maintainer)
Ivoz added a commit that referenced this pull request Sep 19, 2015
Fix test command invocation causing ERROR
@Ivoz Ivoz merged commit 314b9ba into pypa:develop Sep 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants