File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 46
46
shell : bash
47
47
run : |
48
48
set -e
49
- pip install pyargus[test] --find-links dist --force-reinstall
50
- pip install pytest
49
+ pip install pyargus --find-links dist --force-reinstall
50
+ pip install pytest pytest-cov hypothesis
51
51
cd pyargus && pytest
52
52
- name : pytest
53
53
if : ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
@@ -59,10 +59,10 @@ jobs:
59
59
install : |
60
60
apt-get update
61
61
apt-get install -y --no-install-recommends python3 python3-pip
62
- pip3 install -U pip pytest
62
+ pip3 install -U pip pytest pytest-cov hypothesis
63
63
run : |
64
64
set -e
65
- pip3 install pyargus[test] --find-links dist --force-reinstall
65
+ pip3 install pyargus --find-links dist --force-reinstall
66
66
cd pyargus && pytest
67
67
68
68
windows :
92
92
shell : bash
93
93
run : |
94
94
set -e
95
- pip install pyargus[test] --find-links dist --force-reinstall
96
- pip install pytest
95
+ pip install pyargus --find-links dist --force-reinstall
96
+ pip install pytest pytest-cov hypothesis
97
97
cd pyargus && pytest
98
98
99
99
macos :
@@ -122,8 +122,8 @@ jobs:
122
122
shell : bash
123
123
run : |
124
124
set -e
125
- pip install pyargus[test] --find-links dist --force-reinstall
126
- pip install pytest
125
+ pip install pyargus --find-links dist --force-reinstall
126
+ pip install pytest pytest-cov hypothesis
127
127
cd pyargus && pytest
128
128
129
129
sdist :
You can’t perform that action at this time.
0 commit comments