We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b7d3b commit f838a08Copy full SHA for f838a08
.github/workflows/pr_check.yml
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
16
name: Python package
17
-on: [push]
+on: [push, pull_request]
18
19
env:
20
IGNITE_VERSION: 2.14.0
requirements/tests.txt
@@ -1,9 +1,9 @@
1
# these packages are used for testing
2
3
async_generator==1.10; python_version < '3.7'
4
-pytest==6.2.2
+pytest==6.2.5
5
pytest-cov==2.11.1
6
-pytest-asyncio==0.14.0
+pytest-asyncio==0.20.1
7
teamcity-messages==1.28
8
psutil==5.8.0
9
jinja2==3.0.3
0 commit comments