-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into madwort/increase-test-coverage
- Loading branch information
Showing
7 changed files
with
25 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,23 +181,3 @@ run repo action: devenv | |
# required by docker-compose.yaml | ||
dotenv: | ||
cp dotenv-sample .env | ||
|
||
update-wheels: devenv | ||
#!/usr/bin/env bash | ||
set -euo pipefail | ||
if test -d lib; then | ||
git -C lib pull | ||
else | ||
git clone [email protected]:opensafely/job-runner-dependencies.git lib | ||
fi | ||
# wipe clean to remove old packages and start fresh each time | ||
rm lib/* -rf | ||
# restore README.md, as we don't want to delete that | ||
git -C lib checkout README.md | ||
|
||
# Now install the dependencies | ||
$BIN/pip install -U -r requirements.prod.txt -r requirements.tools.txt --target lib | ||
cp requirements.prod.txt requirements.tools.txt lib/ | ||
# remove any .so libs | ||
find lib/ -name \*.so -exec rm {} \; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ classifiers = [ | |
] | ||
requires-python = ">=3.8" | ||
dependencies = [ | ||
"opensafely-pipeline @ git+https://github.com/opensafely-core/[email protected].08.124104", | ||
"opensafely-pipeline @ git+https://github.com/opensafely-core/[email protected].11.170331", | ||
"ruyaml", | ||
"requests", | ||
"opentelemetry-exporter-otlp-proto-http", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ googleapis-common-protos==1.56.4 | |
# via opentelemetry-exporter-otlp-proto-http | ||
idna==2.10 | ||
# via requests | ||
opensafely-pipeline @ git+https://github.com/opensafely-core/[email protected].08.124104 | ||
opensafely-pipeline @ git+https://github.com/opensafely-core/[email protected].11.170331 | ||
# via opensafely-jobrunner (pyproject.toml) | ||
opentelemetry-api==1.12.0 | ||
# via | ||
|
@@ -36,8 +36,6 @@ protobuf==3.20.2 | |
# via | ||
# googleapis-common-protos | ||
# opentelemetry-proto | ||
pydantic==1.10.12 | ||
# via opensafely-pipeline | ||
requests==2.25.0 | ||
# via | ||
# opensafely-jobrunner (pyproject.toml) | ||
|
@@ -47,9 +45,7 @@ ruyaml==0.91.0 | |
# opensafely-jobrunner (pyproject.toml) | ||
# opensafely-pipeline | ||
typing-extensions==4.7.1 | ||
# via | ||
# opentelemetry-sdk | ||
# pydantic | ||
# via opentelemetry-sdk | ||
urllib3==1.26.5 | ||
# via requests | ||
wrapt==1.14.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters