Skip to content

Commit 3528e0d

Browse files
authored
Merge pull request #607 from Mathics3/update-attribute-for-current-standards
Update 'attributes' for current standards
2 parents 8a86511 + 6fda837 commit 3528e0d

File tree

3 files changed

+527
-393
lines changed

3 files changed

+527
-393
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ clean: clean-cython clean-cache
112112

113113
#: Run py.test tests. Use environment variable "o" for pytest options
114114
pytest:
115-
py.test $(PYTEST_WORKERS) test $o
115+
$(PYTHON) -m pytest $(PYTEST_WORKERS) test $o
116116

117117

118118
#: Run a more extensive pattern-matching test

0 commit comments

Comments
 (0)