safe progress
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user