Commit 968f8211 authored by nicoo's avatar nicoo
Browse files

python3Packages.bork: Run `pytest`

parent 1fefccae
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
, pythonOlder

, build
@@ -41,6 +42,13 @@ buildPythonPackage rec {
    "bork.cli"
  ];

  nativeCheckInputs = [
    pytestCheckHook
  ];
  pytestFlagsArray = [
    "-m 'not network'"
  ];

  meta = with lib; {
    description = "Python build and release management tool";
    homepage = "https://github.com/duckinator/bork";