python3Packages.path: rename from path.py; 12.0.1 -> 16.4.0

The project had been renamed after 12.5.0 back in 2020, which is why we
didn't receive further updates.

Created an alias and renamed all existing references.
This commit is contained in:
Martin Weinelt
2022-04-15 01:39:54 +02:00
parent 8aaa019221
commit 5ee7d17afc
15 changed files with 69 additions and 73 deletions
@@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub
, buildPythonApplication, python
, pytestCheckHook, mock, pathpy, pyhamcrest, pytest-html
, pytestCheckHook, mock, path, pyhamcrest, pytest-html
, glibcLocales
, colorama, cucumber-tag-expressions, parse, parse-type, six
}:
@@ -16,7 +16,7 @@ buildPythonApplication rec {
hash = "sha256-B8PUN1Q4UAsDWrHjPZDlpaPjCKjI/pAogCSI+BQnaWs=";
};
checkInputs = [ pytestCheckHook mock pathpy pyhamcrest pytest-html ];
checkInputs = [ pytestCheckHook mock path pyhamcrest pytest-html ];
# upstream tests are failing, so instead we only check if we can import it
doCheck = false;