Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Storage Service requirements file #1839

Merged
merged 3 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ compile-requirements-am: ## Run pip-compile for Archivematica
-c "make pip-compile"

compile-requirements-ss: ## Run pip-compile for Storage Service
docker compose run --workdir /src/requirements \
docker compose run --workdir /src \
-e XDG_CACHE_HOME=/tmp/pip-cache \
--rm \
--no-deps \
Expand Down
2 changes: 1 addition & 1 deletion src/MCPClient/osdeps/Ubuntu-20.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
}
],
"osdeps_repos": [
"deb [arch=amd64] http://packages.archivematica.org/1.14.x/ubuntu-externals focal main",
"deb [arch=amd64] http://packages.archivematica.org/1.15.x/ubuntu-externals focal main",
"deb http://archive.ubuntu.com/ubuntu/ focal multiverse",
"deb http://archive.ubuntu.com/ubuntu/ focal-security universe",
"deb http://archive.ubuntu.com/ubuntu/ focal-updates multiverse"
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ commands = python {env:MCPCLIENT_DIR}/ensure_no_mutable_globals.py

[testenv:storage-service]
deps =
-r{env:STORAGE_SERVICE_ROOT}/requirements/production.txt
-r{env:STORAGE_SERVICE_ROOT}/requirements/test.txt
-r{env:STORAGE_SERVICE_ROOT}/requirements-dev.txt

[testenv:migrations-dashboard]
commands = django-admin makemigrations --check --dry-run
Expand Down