checks: run impure pytest tests in CI pipeline

This commit is contained in:
DavHau
2023-09-19 16:46:38 +02:00
parent 9cff6a39e8
commit 0ee6de86af
3 changed files with 33 additions and 2 deletions

View File

@@ -104,6 +104,7 @@ python3.pkgs.buildPythonPackage {
touch $out
'';
passthru.nixpkgs = nixpkgs;
passthru.checkPython = checkPython;
passthru.devDependencies = [
setuptools