File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ccend = $(shell echo "\033[0m")
1616# Helpful link to install development dependencies declared in setup.py
1717define dev_deps_message
1818$(ccred ) You can install this and other development dependencies with$(newline )$(ccend ) \
19- $(ccblue ) pip install -e .[dev] $(newline )$(ccend )
19+ $(ccblue ) pip install -e . && pip install -r tests/requirements.txt $(newline )$(ccend )
2020endef
2121
2222# variables
Original file line number Diff line number Diff line change @@ -371,14 +371,6 @@ def run(self):
371371 ),
372372 ],
373373 },
374- extras_require = {
375- 'dev' : [
376- 'check-manifest' ,
377- 'flake8>=3.5' ,
378- 'coverage>=4.5' ,
379- 'urllib3>=1.24.3'
380- ],
381- },
382374
383375 # because we need to open() the adapters manifest, we aren't zip-safe
384376 zip_safe = False ,
Original file line number Diff line number Diff line change 1+ check-manifest
2+ flake8 >= 3.5
3+ coverage >= 4.5
4+ urllib3 >= 1.24.3
You can’t perform that action at this time.
0 commit comments