Skip to content

Commit

Permalink
MNT: py.test -> pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Nov 1, 2022
1 parent d9e2bcd commit 6d26ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# -*- coding: utf-8 -*-
if __name__ == '__main__':
import sys
import py.test
import pytest

sys.exit(py.test.main())
sys.exit(pytest.main())

0 comments on commit 6d26ae9

Please sign in to comment.