drop schemathesis
All checks were successful
checks-impure / test (pull_request) Successful in 1m35s
checks / test (pull_request) Successful in 2m48s

This creates conflicting python packages when included
This commit is contained in:
Jörg Thalheim 2023-11-15 16:42:40 +01:00
parent 89b235e18a
commit 1f558954af
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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;