mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
python311Packages.siuba: update ordering
This commit is contained in:
parent
f5d3cc41d3
commit
3184812b0d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user