File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ $(VENV)/bin/activate:
24
24
$(PYTHON_BIN ) -m venv $(VENV )
25
25
$(PYTHON ) -m pip install pip==23.0 setuptools==67.3.2 wheel==0.38.4
26
26
$(PYTHON ) -m pip install -e .[dev,doc,test]
27
+ $(PYTHON ) -m pip install ' pifpaf @ git+https://github.com/jd/pifpaf.git@80cc13bd7e4b0cb286d15659c9fe7958e8600cd9#egg=aetcd'
27
28
28
29
build : bootstrap
29
30
$(PYTHON ) setup.py sdist bdist_wheel
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ def _get_long_description():
66
66
'sphinx_rtd_theme==1.2.0' ,
67
67
],
68
68
'test' : [
69
- 'pifpaf @ git+https://github.com/jd/pifpaf.git@80cc13bd7e4b0cb286d15659c9fe7958e8600cd9#egg=aetcd' ,
70
69
'pytest-asyncio==0.20.3' ,
71
70
'pytest-cov==4.0.0' ,
72
71
'pytest-mock==3.10.0' ,
You can’t perform that action at this time.
0 commit comments