Unverified Commit f363956c authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

python3Packages.macaddress: remove useless $src from pytestFlagsArray

We'd like to avoid bash eval in pytestFlagsArray, because we want to get
rid of support for it. This case works just fine without.
parent 95a3185b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    reprshed
  ];

  pytestFlagsArray = [ "$src/test.py" ];
  pytestFlagsArray = [ "test.py" ];

  meta = with lib; {
    homepage = "https://github.com/mentalisttraceur/python-macaddress";