Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ssa/workspaces
1 result
Show changes
# This file is intended to support the Dockerfile.base, not for actual development
# DO NOT MODIFY THIS FILE, THIS IS FOR DOCKER ONLY!
-e ./src/shared/schema
-e ./src/shared/channels
-e ./src/shared/workspaces
-e ./src/apps/cli/utilities/wf_monitor
-e ./src/apps/cli/executables/null
-e ./src/apps/cli/executables/vulture
-e ./src/testing
-e ../packages/shared/schema
-e ../packages/shared/channels
-e ../packages/shared/workspaces
-e ../packages/apps/cli/utilities/wf_monitor
-e ../packages/apps/cli/executables/null
-e ../packages/apps/cli/executables/vulture
-e ../packages/testing
pycapo == 0.3.0
pyramid == 1.10
......
# This is used by the automated testing infrastructure.
# see services/capability/bin/run-tests.sh, services/workflow/bin/run-tests.sh,
# and services/notification/bin/run-tests.sh for more details
-e ../packages/shared/schema
-e ../packages/shared/channels
-e ../packages/shared/workspaces
-e ../packages/apps/cli/utilities/wf_monitor
-e ../packages/apps/cli/executables/datafetcher
-e ../packages/apps/cli/executables/delivery
-e ../packages/apps/cli/executables/null
-e ../packages/apps/cli/executables/tmpdir_eraser
-e ../packages/apps/cli/executables/vulture
pytest>=5.4,<6.0
pendulum==2.1.2
pytest-mock==3.3.1
......