Skip to content

Commit

Permalink
tox: fix specifying pathlib as external dependency (#47)
Browse files Browse the repository at this point in the history
* ci: explicitly call pip3 install in ubuntu VM

* Revert "ci: explicitly call pip3 install in ubuntu VM"

This reverts commit 4e679fb.

* remove builtin module pathlib specified as explicit dep
  • Loading branch information
anilbey authored Feb 25, 2022
1 parent 88f4766 commit b2ed668
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ envdir =
py39{-unit,-sscx,-synplas,-thalamus}: {toxworkdir}/py39
deps =
{[base]testdeps}
pathlib
coverage
pytest-cov
passenv = KRB5CCNAME DISPLAY https_proxy USER
Expand Down

0 comments on commit b2ed668

Please sign in to comment.