-
Notifications
You must be signed in to change notification settings - Fork 533
MAINT: Drop pytest-xdist requirement, minimum pytest version #2856
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
Changes from all commits
3720651
8a168d9
7085e2b
0161e81
fb0801a
b7a1248
c3fc35a
be9bc9c
12fe2b9
50e2f47
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[pytest] | ||
norecursedirs = .git build dist doc nipype/external tools examples src | ||
addopts = --doctest-modules -n auto | ||
addopts = --doctest-modules | ||
doctest_optionflags = ALLOW_UNICODE NORMALIZE_WHITESPACE | ||
env = | ||
PYTHONHASHSEED=0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,6 @@ neurdflib | |
click>=6.6.0 | ||
funcsigs | ||
configparser | ||
pytest>=3.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we really need to maintain our dependencies in 2 locations -
or
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think that will also install the current repo, not just the dependencies, right? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yep There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't really care, but that changes what @yarikoptic Does Debian use requirements.txt for anything? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mgxd Let's leave changing There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. thats good with me |
||
pytest-xdist | ||
pytest-env | ||
mock | ||
pydotplus | ||
pydot>=1.2.3 | ||
packaging |
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.
I removed the grabbit/pybids stuff, as it's not installed correctly to test
BIDSDataGrabber
, anyway. This should be fixed up in #2737.