Skip to content

Commit

Permalink
build: Remove use of pip-tools and pip-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Aug 25, 2023
1 parent 8a48c6d commit 5972f19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ help: ## Display this help message
seed-isort-config: ## Update known third party dependencies
seed-isort-config --application-directories .:epo_ops --exclude setup.py

pip-compile: ## Update compiled requirement files
bin/pip-compile.sh

clean: clean-build clean-pyc

clean-build:
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ setenv =
APIARY_URL = {env:APIARY_URL:}
OPS_KEY = {env:OPS_KEY:}
OPS_SECRET = {env:OPS_SECRET:}
deps = pip-tools
whitelist_externals = make
commands =
pip-sync -q requirements/test.txt
make test

[testenv:lint]
Expand Down

0 comments on commit 5972f19

Please sign in to comment.