python311Packages.siuba: update ordering

This commit is contained in:
Fabian Affolter 2023-10-16 11:10:15 +02:00 committed by GitHub
parent f5d3cc41d3
commit 3184812b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
@ -45,8 +45,9 @@ buildPythonPackage rec {
hypothesis
pytestCheckHook
];
doCheck = false;
# requires running mysql and postgres instances; see docker-compose.yml
doCheck = false;
pythonImportsCheck = [
"siuba"