diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-06-29 15:11:15 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-07-05 10:14:30 +0300 |
commit | fc288283d8a8d7e870be83db88930cf441a72045 (patch) | |
tree | b069aa0326fa7c5be1dc3030e735009ddaca6981 /gnu/packages | |
parent | 46e465f2d0ae187ca18721c0453c2e2d267742f0 (diff) | |
download | guix-fc288283d8a8d7e870be83db88930cf441a72045.tar.gz guix-fc288283d8a8d7e870be83db88930cf441a72045.zip |
gnu: python2-testpath: Remove package.
* gnu/packages/check.scm (python2-testpath): Remove variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/check.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 658905a7f5..55e4cc96ab 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1799,9 +1799,6 @@ and commands. It contains functions to check things on the file system, and tools for mocking system commands and recording calls to those.") (license license:expat))) -(define-public python2-testpath - (package-with-python2 python-testpath)) - (define-public python-testlib (package (name "python-testlib") |