diff options
Diffstat (limited to 'gn/packages/edash.scm')
| -rw-r--r-- | gn/packages/edash.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm index ac88e22..42da046 100644 --- a/gn/packages/edash.scm +++ b/gn/packages/edash.scm @@ -18,7 +18,8 @@ #:use-module (gnu packages check) #:use-module (gn packages web) #:use-module (gnu packages sqlite) - #:use-module (gn packages python)) + #:use-module (gn packages python) + #:use-module (past packages python27)) (define-public python-s3transfer-0.1.13 (package @@ -271,8 +272,7 @@ necessary.") ("python-pyyaml" ,python-pyyaml) ("python-pytest-cov" ,python-pytest-cov) ("python-jsonschema" ,python-jsonschema) - ("python-pytest-pep8" ,python-pytest-pep8) - ("python-pytest-cache" ,python-pytest-cache) + ("python-pytest-pycodestyle" ,python-pytest-pycodestyle) ;; ("python-pytest-flakes" ,python-pytest-flakes) )) (arguments `(#:tests? #f)) @@ -303,8 +303,7 @@ with the Specification.") ("python-pyflakes" ,python-pyflakes) ("python-flake8" ,python-flake8) ("python-pytest-cov" ,python-pytest-cov) - ("python-pytest-pep8" ,python-pytest-pep8) - ("python-pytest-cache" ,python-pytest-cache) + ("python-pytest-pycodestyle" ,python-pytest-pycodestyle) ;; ("python-pytest-flakes" ,python-pytest-flakes) )) (arguments `(#:tests? #f)) |
