Skip to content

Commit

Permalink
try to bump pytest 2
Browse files Browse the repository at this point in the history
  • Loading branch information
krasinski committed Oct 23, 2023
1 parent bdfa3b8 commit 8a58e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py-scoring/build.gradle
Expand Up @@ -32,7 +32,7 @@ python {
String numpyVersion = numpyVersions.get(pythonVersionWithoutPatchPart, numpyVersions.get("default"))

pip "pytz:2019.1" // Needed in Integration tests, but not PySparkling dependency
pip "pytest:6.2.5" // For running tests
pip "pytest:6.2.5"
pip "numpy:${numpyVersion}"
pip "pyspark:${sparkVersion}"
if (project.hasProperty("pythonEnvBasePath")) {
Expand Down
2 changes: 1 addition & 1 deletion py/build.gradle
Expand Up @@ -32,7 +32,7 @@ python {
String numpyVersion = numpyVersions.get(pythonVersionWithoutPatchPart, numpyVersions.get("default"))

pip "pytz:2019.1" // Needed in Integration tests, but not PySparkling dependency
pip "pytest:4.6.9" // For running tests
pip "pytest:6.2.5"
pip "tabulate:0.8.3"
pip "requests:2.21.0"
pip "numpy:${numpyVersion}"
Expand Down

0 comments on commit 8a58e4f

Please sign in to comment.