-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Bump pytest #22320
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
Bump pytest #22320
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add a nice error message in the conftest.py
that checks pytest
version, else raises a nice error message? Ideally also add a test for this in test_downstream (though it should just pass as well always require this)
Codecov Report
@@ Coverage Diff @@
## master #22320 +/- ##
=======================================
Coverage 92.05% 92.05%
=======================================
Files 169 169
Lines 50709 50709
=======================================
Hits 46679 46679
Misses 4030 4030
Continue to review full report at Codecov.
|
There’s a way to do that directly with pytest. pytest_min_version of something like that.
…________________________________
From: codecov[bot] <[email protected]>
Sent: Monday, August 13, 2018 7:39:46 PM
To: pandas-dev/pandas
Cc: Tom Augspurger; Mention
Subject: Re: [pandas-dev/pandas] Bump pytest (#22320)
Codecov<https://codecov.io/gh/pandas-dev/pandas/pull/22320?src=pr&el=h1> Report
Merging #22320<https://codecov.io/gh/pandas-dev/pandas/pull/22320?src=pr&el=desc> into master<https://codecov.io/gh/pandas-dev/pandas/commit/601d71fcfa9081fa88e5c20148972cd766396cd7?src=pr&el=desc> will not change coverage.
The diff coverage is n/a.
[Impacted file tree graph]<https://codecov.io/gh/pandas-dev/pandas/pull/22320?src=pr&el=tree>
@@ Coverage Diff @@
## master #22320 +/- ##
=======================================
Coverage 92.08% 92.08%
=======================================
Files 169 169
Lines 50706 50706
=======================================
Hits 46691 46691
Misses 4015 4015
Flag Coverage Δ
#multiple 90.49% <ø> (ø) ⬆️
#single 42.33% <ø> (ø) ⬆️
________________________________
Continue to review full report at Codecov<https://codecov.io/gh/pandas-dev/pandas/pull/22320?src=pr&el=continue>.
Legend - Click here to learn more<https://docs.codecov.io/docs/codecov-delta>
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov<https://codecov.io/gh/pandas-dev/pandas/pull/22320?src=pr&el=footer>. Last update 601d71f...68941b3<https://codecov.io/gh/pandas-dev/pandas/pull/22320?src=pr&el=lastupdated>. Read the comment docs<https://docs.codecov.io/docs/pull-request-comments>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#22320 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ABQHIlFJifkCegXeRu4B_KLKqx2U2rddks5uQhxSgaJpZM4V7FbQ>.
|
Went with @TomAugspurger suggestion and updated the ERROR: /Users/williamayd/clones/pandas/setup.cfg:34: requires pytest-3.6, actual pytest-3.4.1' Not sure if there's a reasonable way to create a test for this so haven't done that, but @jreback if that's a deal breaker lmk and can explore options |
can you add a whatsnew note (in Development, pls create if we don't have it). We put significant changes in the development process there. may need to edit slightly in contributing.rst as well. This is actually user visible change as well. As users do and maybe add to install.rst as well (I don't think its listed), but for running tests it is required. |
doc/source/install.rst
Outdated
@@ -202,15 +202,15 @@ pandas is equipped with an exhaustive set of unit tests, covering about 97% of | |||
the code base as of this writing. To run it on your machine to verify that | |||
everything is working (and that you have all of the dependencies, soft and hard, | |||
installed), make sure you have `pytest | |||
<http://doc.pytest.org/en/latest/>`__ and run: | |||
<http://doc.pytest.org/en/latest/>`__ >= 3.6 and run: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment: The URL redirects me from doc.pytest
to docs.pytest
; would be nice to use the newer URL in case the redirect gets removed.
thanks! |
commit b29dfc6 Author: Tom Augspurger <[email protected]> Date: Thu Aug 16 10:45:38 2018 -0500 Support NDFrame.shift with EAs Uses take internally. Closes pandas-dev#22386 commit b5d81cf Author: William Ayd <[email protected]> Date: Thu Aug 16 03:54:18 2018 -0700 Bump pytest (pandas-dev#22320) commit f07a790 Author: jbrockmendel <[email protected]> Date: Thu Aug 16 03:46:58 2018 -0700 Make more of numpy_helper unnecessary (pandas-dev#22344) commit 7b80d4d Author: Graham Inggs <[email protected]> Date: Thu Aug 16 12:43:02 2018 +0200 Drop redundant TestLocale (pandas-dev#22349) commit 6bcfc46 Author: Matthew Roeschke <[email protected]> Date: Thu Aug 16 03:32:31 2018 -0700 Fix failing dateutil test (pandas-dev#22354) commit 86e8f23 Author: jbrockmendel <[email protected]> Date: Thu Aug 16 03:08:09 2018 -0700 remove last cython: nprofile comments (pandas-dev#22371) commit 70e6f7c Author: Joris Van den Bossche <[email protected]> Date: Wed Aug 15 18:09:50 2018 +0200 DOC: edit docstring example to prevent segfault (pandas-dev#21824) (pandas-dev#22368)
commit c4b0b97 Author: Tom Augspurger <[email protected]> Date: Thu Aug 16 14:36:39 2018 -0500 Slice based commit c980035 Author: Tom Augspurger <[email protected]> Date: Thu Aug 16 14:20:21 2018 -0500 Updated commit b29dfc6 Author: Tom Augspurger <[email protected]> Date: Thu Aug 16 10:45:38 2018 -0500 Support NDFrame.shift with EAs Uses take internally. Closes pandas-dev#22386 commit b5d81cf Author: William Ayd <[email protected]> Date: Thu Aug 16 03:54:18 2018 -0700 Bump pytest (pandas-dev#22320) commit f07a790 Author: jbrockmendel <[email protected]> Date: Thu Aug 16 03:46:58 2018 -0700 Make more of numpy_helper unnecessary (pandas-dev#22344) commit 7b80d4d Author: Graham Inggs <[email protected]> Date: Thu Aug 16 12:43:02 2018 +0200 Drop redundant TestLocale (pandas-dev#22349) commit 6bcfc46 Author: Matthew Roeschke <[email protected]> Date: Thu Aug 16 03:32:31 2018 -0700 Fix failing dateutil test (pandas-dev#22354) commit 86e8f23 Author: jbrockmendel <[email protected]> Date: Thu Aug 16 03:08:09 2018 -0700 remove last cython: nprofile comments (pandas-dev#22371) commit 70e6f7c Author: Joris Van den Bossche <[email protected]> Date: Wed Aug 15 18:09:50 2018 +0200 DOC: edit docstring example to prevent segfault (pandas-dev#21824) (pandas-dev#22368)
git diff upstream/master -u -- "*.py" | flake8 --diff
@TomAugspurger