python3Packages.python-discovery: 1.2.0 -> 1.2.1 (#504357)

This commit is contained in:
Gaétan Lepage
2026-03-28 13:44:21 +00:00
committed by GitHub
2 changed files with 5 additions and 2 deletions
@@ -168,6 +168,9 @@ buildPythonPackage (finalAttrs: {
"test_macos_archflags"
"test_macos_max_compat"
# AssertionError: assert 'Creating env...ependencies\n' == 'Creating env...ep...
"test_install_project_no_dev_mode"
# https://github.com/pypa/hatch/issues/1942
"test_features"
"test_sync_dynamic_dependencies"
@@ -18,14 +18,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-discovery";
version = "1.2.0";
version = "1.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "tox-dev";
repo = "python-discovery";
tag = finalAttrs.version;
hash = "sha256-gkyrI1nsuaFN1Njf8Faifei4qz4Cdy/YWZf8Nd0WrwY=";
hash = "sha256-96o8qGe38fifkA5zaBJ7jXgkJzm/gP3W/wUClFVUUH8=";
};
build-system = [