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

Limit pytest version to be <5.0 #8945

Merged
merged 1 commit into from Jul 2, 2019

Conversation

bsipocz
Copy link
Member

@bsipocz bsipocz commented Jul 1, 2019

There are several issues coming up when switching to use pytest 5.0, so this PR is a temporarily workaround to have a passing CI for unrelated PRs while making sure everything works.

@bsipocz bsipocz added testing no-changelog-entry-needed 💤 merge-when-ci-passes Do not use: We have auto-merge option now. labels Jul 1, 2019
@bsipocz bsipocz added this to the v4.0 milestone Jul 1, 2019
@bsipocz
Copy link
Member Author

bsipocz commented Jul 1, 2019

(This may potentially need to be backported to 3.2.x if we release sooner than fixing the issues).

@dhomeier
Copy link
Contributor

dhomeier commented Jul 1, 2019

Are there other issues than the str(excinfo) error from #8934 (which may be mostly pedestrian work to fix)?

@bsipocz
Copy link
Member Author

bsipocz commented Jul 1, 2019

@dhomeier - yes, I see issues with importorskip when asdf is not installed, that looks to be different nevertheless pytest 5 related.
In either case even incrementally fixing issues though multiple PRs is OK.

@bsipocz bsipocz merged commit 0b4cc0d into astropy:master Jul 2, 2019
@bsipocz
Copy link
Member Author

bsipocz commented Jul 2, 2019

Thanks @keflavich!

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

Successfully merging this pull request may close these issues.

None yet

3 participants