File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Changelog
44in development
55--------------
66
7+
8+ 3.6.0 - October 29, 2021
9+ ------------------------
10+
711Added
812~~~~~
913
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ check-python-packages-nightly:
268268 @echo " ================== CHECK PYTHON PACKAGES ===================="
269269 @echo " "
270270
271- test -f $(VIRTUALENV_COMPONENTS_DIR)/bin/activate || $(PYTHON_VERSION) -m venv $(VIRTUALENV_COMPONENTS_DIR)
271+ test -f $(VIRTUALENV_COMPONENTS_DIR)/bin/activate || $(PYTHON_VERSION) -m venv $(VIRTUALENV_COMPONENTS_DIR) --system-site-packages
272272 @for component in $(COMPONENTS_WITHOUT_ST2TESTS); do \
273273 echo "==========================================================="; \
274274 echo "Checking component:" $$component; \
You can’t perform that action at this time.
0 commit comments