Skip to content
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

MAINT: Trying to limit pytest version #10040

Closed
wants to merge 1 commit into from

Conversation

bsipocz
Copy link
Member

@bsipocz bsipocz commented Mar 13, 2020

This feels so bad on so many levels.

@astrofrog @Cadair - is hacking the packaging files is the way to limit version now, or could it go into the tox config?

@bsipocz bsipocz added this to the v4.0.1 milestone Mar 13, 2020
@bsipocz bsipocz linked an issue Mar 13, 2020 that may be closed by this pull request
@bsipocz bsipocz requested a review from astrofrog March 13, 2020 06:07
@astrofrog
Copy link
Member

astrofrog commented Mar 13, 2020

If we want to fix globally we should get astropy/ci-helpers#429 in :) Otherwise I think this is the correct fix since astropy as is currently is not compatible with pytest 5.4.

I had even anticipated such a case in my ci-helpers PR: https://github.com/astropy/ci-helpers/pull/429/files#diff-6d423896b1a26291e2f62e909d184c1fR50 😆

@pllim
Copy link
Member

pllim commented Mar 16, 2020

I have #10044 for 4.1 that applies the tox command thingy, while this patch here can be applied directly to 4.0.x branch without going in master?

@bsipocz
Copy link
Member Author

bsipocz commented Mar 16, 2020

4.0.x should be fine, as there is already the limitation in ci-helpers (and that branch doesn't use tox yet).

@astrofrog
Copy link
Member

Working on the centralized tox script approach now.

@bsipocz bsipocz closed this Mar 17, 2020
@bsipocz
Copy link
Member Author

bsipocz commented Mar 17, 2020

Thanks @astrofrog!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TST: CI failures with pytest 5.4.0
3 participants