-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
3.6.1 fails on "setup.py test" #3536
Comments
that one is on me - we dont have a test for that bit so it was missed |
I think that we should remove support for the |
I agree that we should probably remove it, but I don't know for sure if that command is still widely used or not so please take my opinion with a grain of salt. However searching for Also I tried #3540 but unless I'm mistaken this has been broken for some time now, unless I'm missing something: #3540 (comment) |
Note that the "setup.py test" integration is documented in the pytest docs: https://docs.pytest.org/en/latest/goodpractices.html#integrating-with-setuptools-python-setup-py-test-pytest-runner, but this doesn't mean that in the pytest repo |
Answered in #3540 (comment) |
@nicoddemus could it be that you accidentally closed this #3536 ticket? |
Oops indeed, fixed, thanks! |
The src/ restructure seems to break "setup.py test" here.
Changing the part in setup.py to call "src/pytest.py" fixes it here.
The text was updated successfully, but these errors were encountered: