-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
* Switches any tests that aren't testing the Python version itself to using Python 3.12 (so that the Python version is available when the tests are run against newer stacks where older Python versions won't have been built). * Refreshes the lockfiles for the Pipenv tests * Fixes the Heroku CI test since `nose` doesn't work with modern Python, and the old test also didn't actually test the CI-specific `requirements-test.txt` feature. * Replaces the unicode ellipsis character used in buildpack output with repeated ASCII periods (`"..."`) since: - Hatchet doesn't handle the unicode properly in its CI output logs (which could issues with the improved Heroku CI Hatchet test) - It's inconsistent with output elsewhere in the buildpack where the ASCII periods were already used. (This change has been split out of the Heroku-24 PR for easier review.) GUS-W-14667590.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
__pycache__/ | ||
.hatchet/repos/ | ||
.venv/ | ||
.DS_Store | ||
.rspec_status |
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"environments": { | ||
"test": { | ||
"scripts": { | ||
"test": "nosetests" | ||
"test": "pytest --version" | ||
} | ||
} | ||
} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pytest |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
urllib3 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ urllib3 = "*" | |
[dev-packages] | ||
|
||
[requires] | ||
python_version = "3.10" | ||
python_version = "3.12" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ urllib3 = "*" | |
[dev-packages] | ||
|
||
[requires] | ||
python_version = "3.9" | ||
python_version = "3.11" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python-3.10.14 | ||
python-3.12.3 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ urllib3 = "*" | |
[dev-packages] | ||
|
||
[requires] | ||
python_version = "3.10" | ||
python_version = "3.12" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ urllib3 = "*" | |
[dev-packages] | ||
|
||
[requires] | ||
python_full_version = "3.10.7" | ||
python_full_version = "3.12.2" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ urllib3 = "*" | |
[dev-packages] | ||
|
||
[requires] | ||
python_version = "^3.9" | ||
python_version = "^3.12" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python-3.10.14 | ||
python-3.12.3 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
python-3.10.14 | ||
python-3.12.3 | ||
|