diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2018-02-26 05:03:22 +0100 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2018-02-26 05:03:22 +0100 |
| commit | cb723be5b98a57ae4f909022d1ce2b5d3bcdaabf (patch) | |
| tree | 2e97e389f9fea3963b621f475ae1cb7ebc125090 | |
| parent | 71a2d4176bdf7d88fd9d342b95ae74ed9685ec8d (diff) | |
gnu: python-scandir: Run the test suite.
* gnu/packages/python.scm (python-scandir)[arguments]: Replace CHECK-PHASE.
| -rw-r--r-- | gnu/packages/python.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 64f48fd3523..4946d9afd74 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -11091,6 +11091,11 @@ It supports both normal and Unicode strings.") | |||
| 11091 | (sha256 | 11091 | (sha256 |
| 11092 | (base32 "0gbnhjzg42rj87ljv9kb648rfxph69ly3c8r9841dxy4d7l5pmdj")))) | 11092 | (base32 "0gbnhjzg42rj87ljv9kb648rfxph69ly3c8r9841dxy4d7l5pmdj")))) |
| 11093 | (build-system python-build-system) | 11093 | (build-system python-build-system) |
| 11094 | (arguments | ||
| 11095 | `(#:phases (modify-phases %standard-phases | ||
| 11096 | (replace 'check | ||
| 11097 | (lambda _ | ||
| 11098 | (invoke "python" "test/run_tests.py")))))) | ||
| 11094 | (home-page "https://github.com/benhoyt/scandir") | 11099 | (home-page "https://github.com/benhoyt/scandir") |
| 11095 | (synopsis "Directory iteration function") | 11100 | (synopsis "Directory iteration function") |
| 11096 | (description | 11101 | (description |
