-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests against latest stable releases of Postgres 11, 12, & 13 #67
Open
richardmcmillen
wants to merge
8
commits into
Squarespace:master
Choose a base branch
from
richardmcmillen:add-tests-for-postgresql-11-12-13
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add tests against latest stable releases of Postgres 11, 12, & 13 #67
richardmcmillen
wants to merge
8
commits into
Squarespace:master
from
richardmcmillen:add-tests-for-postgresql-11-12-13
Commits on Mar 20, 2021
-
Bump MarkupSafe to 1.1.1 in requirements.txt to fix setuptools issue
As of 21 March 2021 running `make build` on the default branch of this repository breaks with the following error: ``` ERROR: Command errored out with exit status 1: command: /usr/local/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-bfkg7hzw/markupsafe_2ff6d76a552d4703960c9f49f15673c8/setup.py'"'"'; __file__='"'"'/tmp/pip-install-bfkg7hzw/markupsafe_2ff6d76a552d4703960c9f49f15673c8/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-hn261ajv cwd: /tmp/pip-install-bfkg7hzw/markupsafe_2ff6d76a552d4703960c9f49f15673c8/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-bfkg7hzw/markupsafe_2ff6d76a552d4703960c9f49f15673c8/setup.py", line 6, in <module> from setuptools import setup, Extension, Feature ImportError: cannot import name 'Feature' ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz#sha256=a6be69091dac236ea9c6bc7d012beab42010fa914c459791d627dad4910eb665 (from https://pypi.org/simple/markupsafe/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. ERROR: Could not find a version that satisfies the requirement MarkupSafe==1.0 ERROR: No matching distribution found for MarkupSafe==1.0 ``` There is a Closed issue logged in the MarkupSafe repository, pallets/markupsafe#116 where a maintainer explained upgrading shouldn't have any compatibility issues. So the MarkupSafe requirement has been set to 1.1.1
Configuration menu - View commit details
-
Copy full SHA for ba6bc2b - Browse repository at this point
Copy the full SHA ba6bc2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46298cc - Browse repository at this point
Copy the full SHA 46298ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c614f10 - Browse repository at this point
Copy the full SHA c614f10View commit details
Commits on Mar 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 819b55b - Browse repository at this point
Copy the full SHA 819b55bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6530b42 - Browse repository at this point
Copy the full SHA 6530b42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 881e28d - Browse repository at this point
Copy the full SHA 881e28dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5509ebd - Browse repository at this point
Copy the full SHA 5509ebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5662ee - Browse repository at this point
Copy the full SHA f5662eeView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.