Skip to content

Commit

Permalink
no need to install again
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed May 31, 2022
1 parent 29b2ae9 commit 2d4cf61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ help:

.PHONY: help Makefile

source/_static/logo_docs.png: logo.py
python logo.py

# Fake target to avoid the catch-all target
logo.py:
@echo "never executed"

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile source/_static/logo_docs.png
Expand Down
3 changes: 1 addition & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def pytest(session, all_deps):
session.install(".[testing,other]")
else:
session.install(".[testing]")
session.install(".")

session.run("coverage", "erase")

if session.python == "3.10":
Expand All @@ -21,7 +21,6 @@ def pytest(session, all_deps):
def coverage(session):
session.install("coverage")
session.install(".[testing,other]")
session.install(".")
session.run("pytest")

session.run("coverage", "report")
Expand Down

0 comments on commit 2d4cf61

Please sign in to comment.