mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
pythonPackages: fix native / check inputs
This commit is contained in:
parent
15396247ca
commit
5a3670b83c
34 changed files with 77 additions and 59 deletions
|
@ -17,8 +17,8 @@ buildPythonPackage rec {
|
|||
sha256 = "07zl2438gavrcykva6i2lpxmzgf90h4xlm3nqgd7wsqz2yh727zy";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest setuptools_scm ];
|
||||
checkInputs = [ django-configurations pytest_xdist six ];
|
||||
nativeBuildInputs = [ pytest setuptools_scm ];
|
||||
checkInputs = [ pytest django-configurations pytest_xdist six ];
|
||||
propagatedBuildInputs = [ django ];
|
||||
|
||||
# Complicated. Requires Django setup.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue