diff options
| author | Leo Famulari <leo@famulari.name> | 2021-12-26 18:37:44 -0500 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2021-12-26 18:38:11 -0500 |
| commit | c9c7b0e1277d378c4948c2db76f27f690ad36db9 (patch) | |
| tree | 063e73bdeda65e67c7ecf034ead2dc10d4d14f1f /gnu/packages/python-check.scm | |
| parent | 4e9895b462a004ac69ee92f544fe39b6c42d8525 (diff) | |
Revert "gnu: Add python-pytest-rerunfailures."
This added a duplicate package definition.
This reverts commit 51e26b297cda6fba1a842fbd63732bfa27878748.
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index d2aa1c328f5..a2ac9a201bf 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -1154,34 +1154,6 @@ service processes for your tests with pytest.") | |||
| 1154 | new fixtures, new methods and new comparison objects.") | 1154 | new fixtures, new methods and new comparison objects.") |
| 1155 | (license license:expat))) | 1155 | (license license:expat))) |
| 1156 | 1156 | ||
| 1157 | (define-public python-pytest-rerunfailures | ||
| 1158 | (package | ||
| 1159 | (name "python-pytest-rerunfailures") | ||
| 1160 | (version "10.2") | ||
| 1161 | (source | ||
| 1162 | (origin | ||
| 1163 | (method url-fetch) | ||
| 1164 | (uri (pypi-uri "pytest-rerunfailures" version)) | ||
| 1165 | (sha256 | ||
| 1166 | (base32 "15v68kggjvkflbqr0vz8gp5yp3pcsk0rz05bpg2l4xp0a6nin7ly")))) | ||
| 1167 | (build-system python-build-system) | ||
| 1168 | (arguments | ||
| 1169 | `(#:phases | ||
| 1170 | (modify-phases %standard-phases | ||
| 1171 | (replace 'check | ||
| 1172 | (lambda* (#:key inputs outputs tests? #:allow-other-keys) | ||
| 1173 | (when tests? | ||
| 1174 | (add-installed-pythonpath inputs outputs) | ||
| 1175 | (invoke "python" "-m" "pytest" | ||
| 1176 | "test_pytest_rerunfailures.py"))))))) | ||
| 1177 | (native-inputs | ||
| 1178 | (list python-pytest)) | ||
| 1179 | (home-page "https://github.com/pytest-dev/pytest-rerunfailures") | ||
| 1180 | (synopsis "Pytest plugin to re-run tests to eliminate flaky failures") | ||
| 1181 | (description "This package provides a Pytest plugin to re-run tests to | ||
| 1182 | eliminate flaky failures.") | ||
| 1183 | (license license:mpl2.0))) | ||
| 1184 | |||
| 1185 | (define-public python-pytest-aiohttp | 1157 | (define-public python-pytest-aiohttp |
| 1186 | (package | 1158 | (package |
| 1187 | (name "python-pytest-aiohttp") | 1159 | (name "python-pytest-aiohttp") |
