safe progress

This commit is contained in:
Istvan Ruzman
2020-08-06 18:04:24 +02:00
parent 3254bc66e0
commit fd16436c3c
53 changed files with 2167 additions and 4589 deletions

View File

@@ -2,10 +2,13 @@
python.pkgs.buildPythonPackage rec {
pname = "pyrad";
version = "3.0-alpha";
version = "1.0-alpha";
buildInputs = with python.pkgs; [ netaddr six ];
buildInputs = with python.pkgs; [ ];
checkInputs = with python.pkgs; [
black
pytest
# pytest-cov
];
}