Skip to content

Commit

Permalink
python311Packages.siuba: update ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 16, 2023
1 parent f5d3cc4 commit 3184812
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/python-modules/siuba/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
buildPythonPackage rec {
pname = "siuba";
version = "0.4.4";
disabled = pythonOlder "3.7";

format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "machow";
repo = "siuba";
Expand All @@ -45,8 +45,9 @@ buildPythonPackage rec {
hypothesis
pytestCheckHook
];
doCheck = false;

# requires running mysql and postgres instances; see docker-compose.yml
doCheck = false;

pythonImportsCheck = [
"siuba"
Expand Down

0 comments on commit 3184812

Please sign in to comment.