Skip to content

Commit

Permalink
update naming in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tuturu-tech committed Feb 20, 2024
1 parent c35736e commit 07a15b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TESTS :=

# Optionally overridden by the user/CI, to limit the installation to a specific
# subset of development dependencies.
TEST_GENERATOR_EXTRA := dev
FUZZ_UTILS_EXTRA := dev

# If the user selects a specific test pattern to run, set `pytest` to fail fast
# and only run tests that match the pattern.
Expand All @@ -47,7 +47,7 @@ $(VENV)/pyvenv.cfg: pyproject.toml
# Create our Python 3 virtual environment
python3 -m venv env
$(VENV_BIN)/python -m pip install --upgrade pip
$(VENV_BIN)/python -m pip install -e .[$(TEST_GENERATOR_EXTRA)]
$(VENV_BIN)/python -m pip install -e .[$(FUZZ_UTILS_EXTRA)]

.PHONY: lint
lint: $(VENV)/pyvenv.cfg
Expand Down

0 comments on commit 07a15b6

Please sign in to comment.