mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #273341 from wegank/memtree-tests
memtree: fix imports check
This commit is contained in:
commit
ec5e0fbaf3
1 changed files with 2 additions and 3 deletions
|
@ -18,7 +18,6 @@ python3Packages.buildPythonApplication {
|
|||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
poetry-core
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
|
@ -27,11 +26,11 @@ python3Packages.buildPythonApplication {
|
|||
|
||||
nativeCheckInputs = with python3Packages; [
|
||||
hypothesis
|
||||
pytest
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pytestFlagsArray = [ "-v" ];
|
||||
pythonImportChecks = [ "memtree" ];
|
||||
pythonImportsCheck = [ "memtree" ];
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [ "--version=branch" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue