We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8024fc6 commit 911591aCopy full SHA for 911591a
Makefile
@@ -51,7 +51,7 @@ sphinx-%: build
51
@echo Output has been generated in build/$*
52
53
check: build
54
- (cd $(builddir) && $(PYTHON) -m py.test . ../../docs $(TESTFLAGS))
+ (cd $(builddir) && $(PYTHON) -m pytest . ../../docs $(TESTFLAGS))
55
56
www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd/python-systemd
57
doc-sync:
0 commit comments