lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.siuba: update ordering

authored by

Fabian Affolter and committed by
GitHub
3184812b f5d3cc41

+4 -3
+4 -3
pkgs/development/python-modules/siuba/default.nix
··· 18 18 buildPythonPackage rec { 19 19 pname = "siuba"; 20 20 version = "0.4.4"; 21 - disabled = pythonOlder "3.7"; 22 - 23 21 format = "setuptools"; 22 + 23 + disabled = pythonOlder "3.7"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "machow"; ··· 45 45 hypothesis 46 46 pytestCheckHook 47 47 ]; 48 + 49 + # requires running mysql and postgres instances; see docker-compose.yml 48 50 doCheck = false; 49 - # requires running mysql and postgres instances; see docker-compose.yml 50 51 51 52 pythonImportsCheck = [ 52 53 "siuba"