Merge pull request #66793 from mmahut/nbstripout
nbstripout: moving buildInputs to checkInputs
This commit is contained in:
commit
9399e2bf59
@ -9,7 +9,8 @@ buildPythonApplication rec {
|
|||||||
# Mercurial should be added as a build input but because it's a Python
|
# Mercurial should be added as a build input but because it's a Python
|
||||||
# application, it would mess up the Python environment. Thus, don't add it
|
# application, it would mess up the Python environment. Thus, don't add it
|
||||||
# here, instead add it to PATH when running unit tests
|
# here, instead add it to PATH when running unit tests
|
||||||
buildInputs = [ pytest pytest-flake8 pytest-cram git pytestrunner ];
|
checkInputs = [ pytest pytest-flake8 pytest-cram git ];
|
||||||
|
nativeBuildInputs = [ pytestrunner ];
|
||||||
propagatedBuildInputs = [ ipython nbformat ];
|
propagatedBuildInputs = [ ipython nbformat ];
|
||||||
|
|
||||||
# PyPI source is currently missing tests. Thus, use GitHub instead.
|
# PyPI source is currently missing tests. Thus, use GitHub instead.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user