Skip to content

Commit 911591a

Browse files
committed
build-sys: import "pytest" instead of "py.test"
Fixes the following error in rawhide: /usr/bin/python3: loader for pytest cannot handle py.test
1 parent 8024fc6 commit 911591a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sphinx-%: build
5151
@echo Output has been generated in build/$*
5252

5353
check: build
54-
(cd $(builddir) && $(PYTHON) -m py.test . ../../docs $(TESTFLAGS))
54+
(cd $(builddir) && $(PYTHON) -m pytest . ../../docs $(TESTFLAGS))
5555

5656
www_target = www.freedesktop.org:/srv/www.freedesktop.org/www/software/systemd/python-systemd
5757
doc-sync:

0 commit comments

Comments
 (0)