pur: disable failing test (#464224)
This commit is contained in:
@@ -28,12 +28,13 @@ python3.pkgs.buildPythonApplication rec {
|
||||
# Tests are failing after the last mass update
|
||||
"test_missing_requirements_file"
|
||||
"test_no_arguments_and_no_requirements_file"
|
||||
"test_interactive_choice_default"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Python library for update and track the requirements";
|
||||
homepage = "https://github.com/alanhamlett/pip-update-requirements";
|
||||
changelog = "https://github.com/alanhamlett/pip-update-requirements/blob/${version}/HISTORY.rst";
|
||||
changelog = "https://github.com/alanhamlett/pip-update-requirements/blob/${src.tag}/HISTORY.rst";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
mainProgram = "pur";
|
||||
|
||||
Reference in New Issue
Block a user