Skip to content

Commit

Permalink
try to fix conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Nov 5, 2024
1 parent 5a4efb2 commit 85a7204
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ PYTHON = python3
PIP = $(PYTHON) -m pip -v
LS_R = ls -Ra1

DOCTEST = $(PYTHON) -m pytest


#####################
# Build
Expand Down Expand Up @@ -66,7 +64,7 @@ check-all:
check-install: check-doctest check-example

check-doctest: install
$(DOCTEST)
$(PYTHON) -m pytest --traceconfig

check-example: install
$(PYTHON) -m pip install -U build setuptools wheel Cython
Expand Down

0 comments on commit 85a7204

Please sign in to comment.