Skip to content

Commit 3b67140

Browse files
authored
Merge branch 'master' into changelog-3.6
2 parents 03e3d4f + d242709 commit 3b67140

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changelog
44
in development
55
--------------
66

7+
8+
3.6.0 - October 29, 2021
9+
------------------------
10+
711
Added
812
~~~~~
913

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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; \

0 commit comments

Comments
 (0)