issues
search
anaconda
/
percy
A tool to work on recipes from aggregate.
BSD 3-Clause "New" or "Revised" License
9
stars
0
forks
source link
Adds missing dependencies
#36
Closed
schuylermartin45
closed
1 year ago
schuylermartin45
commented
1 year ago
Adds
pip
,
pytest
, and
pytest-cov
to the project
I noticed these were missing as I attempted my first dev setup of
percy
.
pip
is required for the
pip install -e .
README step
There's a
make
directive for
pytest
I added
pytest-cov
for good measure/future needs
pip
,pytest
, andpytest-cov
to the projectpercy
.pip
is required for thepip install -e .
README stepmake
directive forpytest
pytest-cov
for good measure/future needs