Skip to content

Commit f0b6752

Browse files
committed
miscellaneous: removed pytest-pep8 from the required dependencies in setup.py
1 parent 1b13e8e commit f0b6752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def readlocal(fname):
1818
# - pandas >= 0.20.0 is required since commit 01669f2024a7bffe47cceec0a0fd845f71b6f7cc
1919
# (issue 702 : fixed bug when writing metadata using HDF format)
2020
INSTALL_REQUIRES = ['numpy >= 1.13', 'pandas >= 0.20.0']
21-
TESTS_REQUIRE = ['pytest', 'pytest-pep8', 'pytest-flake8']
21+
TESTS_REQUIRE = ['pytest', 'pytest-flake8']
2222

2323
LICENSE = 'GPLv3'
2424
URL = 'https://github.com/larray-project/larray'

0 commit comments

Comments
 (0)