Merge pull request 'bump nix-unit' (#517) from joerg-ci into main
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
, e2fsprogs
|
||||
, mypy
|
||||
, deal
|
||||
, schemathesis
|
||||
, rope
|
||||
, clan-core-path
|
||||
}:
|
||||
@@ -54,7 +53,8 @@ let
|
||||
pytest-xdist
|
||||
pytest-timeout
|
||||
deal
|
||||
schemathesis
|
||||
# commented out because it injects an incompatible httpx version into our python env
|
||||
#schemathesis
|
||||
remote-pdb
|
||||
ipdb
|
||||
openssh
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
clan-cli = pkgs.python3.pkgs.callPackage ./default.nix {
|
||||
inherit (self'.packages) ui-assets;
|
||||
inherit (inputs) nixpkgs;
|
||||
inherit (inputs.nixpkgs-for-deal.legacyPackages.${system}.python3Packages) deal schemathesis;
|
||||
inherit (inputs.nixpkgs-for-deal.legacyPackages.${system}.python3Packages) deal;
|
||||
clan-core-path = clanCoreWithVendoredDeps;
|
||||
};
|
||||
inherit (self'.packages.clan-cli) clan-openapi;
|
||||
|
||||
@@ -17,8 +17,8 @@ stdenv.mkDerivation {
|
||||
src = fetchFromGitHub {
|
||||
owner = "adisbladis";
|
||||
repo = "nix-unit";
|
||||
rev = "3ed2378bddad85257fc508a291408f9ed9673d01";
|
||||
sha256 = "sha256-HvMq0TJGYSx37zHm4j2d+JUZx4/6X7xKEt/0DeCiwjQ=";
|
||||
rev = "6389f27c0a13df001d790adfaa08ec4d971ba34a";
|
||||
sha256 = "sha256-bwuiM+2sLrn+vvwW9fv/+s3oh0jN4y6gZV6Lx0pEEmM=";
|
||||
};
|
||||
buildInputs = [
|
||||
nlohmann_json
|
||||
|
||||
Reference in New Issue
Block a user