Skip to content
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

src/sage/tests/gap_packages.py: remove #37076

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
92dec80
.github/workflows/docker.yml: Replace use of pkill (not present e.g. …
mkoeppe Nov 15, 2023
f64f98c
.github/workflows/docker.yml: Use bash instead of sh
mkoeppe Nov 15, 2023
09084da
.github/workflows/docker.yml: Add documentation
mkoeppe Nov 16, 2023
9a9647e
build/pkgs/openblas: Update to 0.3.26
mkoeppe Jan 4, 2024
686eee9
build/pkgs/numpy: Update to 1.26.3
mkoeppe Jan 3, 2024
0b28fc5
use Parent in universal cyclotomic field
fchapoton Jan 18, 2024
8923a6a
Adding methods .x() and .y() for EllipticCurvePoint
r98inver Jan 18, 2024
7163c5d
fix typing
fchapoton Jan 18, 2024
8e25f65
do not use xargs -P 0 - not all systems allow 0
dimpase Jan 19, 2024
ae58cdd
Remove check for deprecated attribute _no_generic_basering_coercion
pjbruin Jan 19, 2024
78fee0a
Drop usage of scipy aliases for numpy functions removed in 1.12
antonio-rojas Jan 21, 2024
ac527fb
Replaced `== 1` with the faster `.is_one()` method for `.x()`, `.y()`…
r98inver Jan 21, 2024
3eaf795
tox.ini (update_docker_platforms): New
mkoeppe Dec 24, 2023
bdc2365
.devcontainer/portability-*: Add platforms for which we build Docker …
mkoeppe Dec 24, 2023
c3be0cc
tox.ini (update_docker_platforms): portability devcontainers need '8-…
mkoeppe Dec 24, 2023
ba2ef8b
src/doc/en/developer/portability_testing.rst: Update on portability d…
mkoeppe Dec 24, 2023
dce82bd
tox.ini (update_docker_platforms): Write src/doc/en/developer/portabi…
mkoeppe Dec 24, 2023
e170dc6
Variant
mkoeppe Dec 24, 2023
54e32b4
Cleaner variant
mkoeppe Dec 24, 2023
dcec5ab
Include table only in HTML doc
mkoeppe Dec 24, 2023
6303842
Better colors
mkoeppe Dec 25, 2023
4767193
.devcontainer/tox-docker-in-docker: New
mkoeppe Dec 25, 2023
c4fbed5
.devcontainer/tox-docker-in-docker: Use a smaller image
mkoeppe Dec 25, 2023
59e332f
src/doc/en/developer/portability_testing.rst: Fix
mkoeppe Dec 25, 2023
1614c85
.devcontainer/tox-docker-in-docker: Use a smaller image (fixup)
mkoeppe Dec 25, 2023
af27fbe
.devcontainer/tox-docker-in-docker/devcontainer.json: Add openFiles c…
mkoeppe Dec 25, 2023
dc68401
src/doc/en/developer/portability_testing.rst: Document running tox in…
mkoeppe Dec 25, 2023
033911f
.devcontainer/tox-docker-in-docker/devcontainer.json: Install tox and…
mkoeppe Dec 26, 2023
c742a17
Distinguish minimal and standard by colors
mkoeppe Dec 26, 2023
5614a9c
Table cosmetics
mkoeppe Dec 27, 2023
1bd75c0
add -maximal to table
mkoeppe Dec 28, 2023
cc12dcc
Try a different 3-column layout
mkoeppe Jan 10, 2024
35a7cc4
tox.ini: Make master platform list more visible, add comments
mkoeppe Jan 10, 2024
582d1fa
Tune 3-column layout
mkoeppe Jan 11, 2024
ef155e4
Suppress table row for conda-minimal; no images available
mkoeppe Jan 11, 2024
aa7dab3
src/doc/en/developer/portability_testing.rst: Use .. NOTE::
kwankyu Jan 11, 2024
3bfed13
.github/workflows/ci-conda-known-test-failures.json: Add random failu…
mkoeppe Dec 20, 2023
d803c6c
.github/workflows/ci-conda-known-test-failures.json: Add https://gith…
mkoeppe Dec 21, 2023
255fc6a
.github/workflows/ci-conda-known-test-failures.json: Add https://gith…
mkoeppe Dec 21, 2023
410bc13
.github/workflows/ci-conda-known-test-failures.json: Add some failure…
mkoeppe Dec 21, 2023
4d3d50e
.github/workflows/ci-conda-known-test-failures.json: Add references f…
mkoeppe Dec 21, 2023
9db526c
.github/workflows/ci-conda-known-test-failures.json: Add details from…
mkoeppe Dec 21, 2023
5e69712
src/sage/doctest/reporting.py: Include message in '[failed in baselin…
mkoeppe Dec 21, 2023
fa6ec3d
.github/workflows/ci-conda-known-test-failures.json: Add https://gith…
mkoeppe Dec 23, 2023
8f4bc66
.github/workflows/ci-conda-known-test-failures.json: Add https://gith…
mkoeppe Dec 23, 2023
f40dfbb
compute rational kernel polynomials from irreducible divisors or (not…
yyyyx4 Jan 19, 2024
f632ada
use .kernel_polynomial_from_divisor() instead of ad-hoc recombination…
yyyyx4 Jan 21, 2024
2c5e1da
Fix corner cases
kwankyu Jan 22, 2024
162163c
Fix a typo
kwankyu Jan 22, 2024
869d241
minor details in quadratic forms
fchapoton Jan 22, 2024
b65ba8d
adjust "# long time" doctests to new ordering
yyyyx4 Jan 22, 2024
0935a0b
fix doctest in gap_packages (using empty table)
fchapoton Jan 23, 2024
7183f88
minor details in logic folder
fchapoton Jan 23, 2024
353d898
gh-36937: CI Conda: Add to known-test-failures
Jan 24, 2024
bd9c683
gh-36954: `tox -e update_docker_platforms`
Jan 24, 2024
91b6842
gh-37000: `build/pkgs/numpy`: Update to 1.26.3
Jan 24, 2024
b19ffda
gh-37005: `build/pkgs/openblas`: Update to 0.3.26
Jan 24, 2024
c1c4a19
gh-37091: use Parent in universal cyclotomic field
Jan 24, 2024
c5a4e07
gh-37092: Adding methods .x() and .y() for EllipticCurvePoint
Jan 24, 2024
aaa7796
gh-37104: do not use xargs -P 0 - not all systems allow 0
Jan 24, 2024
0709d70
gh-37115: Remove check for deprecated attribute _no_generic_basering_…
Jan 24, 2024
54eec46
gh-37123: Compatibility with scipy 1.12
Jan 24, 2024
ac405d3
gh-37125: compute isogeny kernel polynomials from irreducible divisor…
Jan 24, 2024
ff51547
gh-37132: Fix corners cases of free resolutions
Jan 24, 2024
416a140
gh-37134: minor details in quadratic forms
Jan 24, 2024
f9083b5
gh-37147: fix doctest in gap_packages (using empty table)
Jan 24, 2024
0940183
gh-37154: minor details in logic folder
Jan 24, 2024
8050f00
gh-36726: CI Linux: Replace use of pkill
Jan 24, 2024
7632187
src/sage/tests/gap_packages.py: remove
orlitzky Jan 16, 2024
8d6bdbf
.github/workflows: gap_packages.py is gone and won't fail on conda now
orlitzky Jan 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// The command "tox -e update_docker_platforms"
// creates .devcontainer/portability-*-*/devcontainer.json
// from .devcontainer/portability-devcontainer.json.in
// See https://aka.ms/devcontainer.json for format details.
{
"name": "almalinux-8-python3.9-minimal (≥ 8-core)",
"build": {
"dockerfile": "portability-Dockerfile",
// See tox.ini for definitions
"args": {
"SYSTEM_FACTOR": "almalinux-8-python3.9",
"PACKAGE_FACTOR": "minimal",
"DOCKER_TARGET": "with-targets",
"DOCKER_TAG": "dev"
}
},
"containerEnv": {
"MAKE": "make -j4"
},
"onCreateCommand": ".devcontainer/onCreate.sh",
"updateContentCommand": ".devcontainer/portability-updateContent.sh",
"extensions": [
"ms-python.python"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// The command "tox -e update_docker_platforms"
// creates .devcontainer/portability-*-*/devcontainer.json
// from .devcontainer/portability-devcontainer.json.in
// See https://aka.ms/devcontainer.json for format details.
{
"name": "almalinux-8-python3.9-standard (≥ 8-core)",
"build": {
"dockerfile": "portability-Dockerfile",
// See tox.ini for definitions
"args": {
"SYSTEM_FACTOR": "almalinux-8-python3.9",
"PACKAGE_FACTOR": "standard",
"DOCKER_TARGET": "with-targets",
"DOCKER_TAG": "dev"
}
},
"containerEnv": {
"MAKE": "make -j4"
},
"onCreateCommand": ".devcontainer/onCreate.sh",
"updateContentCommand": ".devcontainer/portability-updateContent.sh",
"extensions": [
"ms-python.python"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// The command "tox -e update_docker_platforms"
// creates .devcontainer/portability-*-*/devcontainer.json
// from .devcontainer/portability-devcontainer.json.in
// See https://aka.ms/devcontainer.json for format details.
{
"name": "almalinux-9-python3.11-minimal (≥ 8-core)",
"build": {
"dockerfile": "portability-Dockerfile",
// See tox.ini for definitions
"args": {
"SYSTEM_FACTOR": "almalinux-9-python3.11",
"PACKAGE_FACTOR": "minimal",
"DOCKER_TARGET": "with-targets",
"DOCKER_TAG": "dev"
}
},
"containerEnv": {
"MAKE": "make -j4"
},
"onCreateCommand": ".devcontainer/onCreate.sh",
"updateContentCommand": ".devcontainer/portability-updateContent.sh",
"extensions": [
"ms-python.python"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// The command "tox -e update_docker_platforms"
// creates .devcontainer/portability-*-*/devcontainer.json
// from .devcontainer/portability-devcontainer.json.in
// See https://aka.ms/devcontainer.json for format details.
{
"name": "almalinux-9-python3.11-standard (≥ 8-core)",
"build": {
"dockerfile": "portability-Dockerfile",
// See tox.ini for definitions
"args": {
"SYSTEM_FACTOR": "almalinux-9-python3.11",
"PACKAGE_FACTOR": "standard",
"DOCKER_TARGET": "with-targets",
"DOCKER_TAG": "dev"
}
},
"containerEnv": {
"MAKE": "make -j4"
},
"onCreateCommand": ".devcontainer/onCreate.sh",
"updateContentCommand": ".devcontainer/portability-updateContent.sh",
"extensions": [
"ms-python.python"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// The command "tox -e update_docker_platforms"
// creates .devcontainer/portability-*-*/devcontainer.json
// from .devcontainer/portability-devcontainer.json.in
// See https://aka.ms/devcontainer.json for format details.
{
"name": "archlinux-latest-minimal (≥ 8-core)",
"build": {
"dockerfile": "portability-Dockerfile",
// See tox.ini for definitions
"args": {
"SYSTEM_FACTOR": "archlinux-latest",
"PACKAGE_FACTOR": "minimal",
"DOCKER_TARGET": "with-targets",
"DOCKER_TAG": "dev"
}
},
"containerEnv": {
"MAKE": "make -j4"
},
"onCreateCommand": ".devcontainer/onCreate.sh",
"updateContentCommand": ".devcontainer/portability-updateContent.sh",
"extensions": [
"ms-python.python"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// The command "tox -e update_docker_platforms"
// creates .devcontainer/portability-*-*/devcontainer.json
// from .devcontainer/portability-devcontainer.json.in
// See https://aka.ms/devcontainer.json for format details.
{
"name": "archlinux-latest-standard (≥ 8-core)",
"build": {
"dockerfile": "portability-Dockerfile",
// See tox.ini for definitions
"args": {
"SYSTEM_FACTOR": "archlinux-latest",
"PACKAGE_FACTOR": "standard",
"DOCKER_TARGET": "with-targets",
"DOCKER_TAG": "dev"
}
},
"containerEnv": {
"MAKE": "make -j4"
},
"onCreateCommand": ".devcontainer/onCreate.sh",
"updateContentCommand": ".devcontainer/portability-updateContent.sh",
"extensions": [
"ms-python.python"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// The command "tox -e update_docker_platforms"
// creates .devcontainer/portability-*-*/devcontainer.json
// from .devcontainer/portability-devcontainer.json.in
// See https://aka.ms/devcontainer.json for format details.
{
"name": "centos-7-devtoolset-gcc_11-minimal (≥ 8-core)",
"build": {
"dockerfile": "portability-Dockerfile",
// See tox.ini for definitions
"args": {
"SYSTEM_FACTOR": "centos-7-devtoolset-gcc_11",
"PACKAGE_FACTOR": "minimal",
"DOCKER_TARGET": "with-targets",
"DOCKER_TAG": "dev"
}
},
"containerEnv": {
"MAKE": "make -j4"
},
"onCreateCommand": ".devcontainer/onCreate.sh",
"updateContentCommand": ".devcontainer/portability-updateContent.sh",
"extensions": [
"ms-python.python"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// The command "tox -e update_docker_platforms"
// creates .devcontainer/portability-*-*/devcontainer.json
// from .devcontainer/portability-devcontainer.json.in
// See https://aka.ms/devcontainer.json for format details.
{
"name": "centos-7-devtoolset-gcc_11-standard (≥ 8-core)",
"build": {
"dockerfile": "portability-Dockerfile",
// See tox.ini for definitions
"args": {
"SYSTEM_FACTOR": "centos-7-devtoolset-gcc_11",
"PACKAGE_FACTOR": "standard",
"DOCKER_TARGET": "with-targets",
"DOCKER_TAG": "dev"
}
},
"containerEnv": {
"MAKE": "make -j4"
},
"onCreateCommand": ".devcontainer/onCreate.sh",
"updateContentCommand": ".devcontainer/portability-updateContent.sh",
"extensions": [
"ms-python.python"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// The command "tox -e update_docker_platforms"
// creates .devcontainer/portability-*-*/devcontainer.json
// from .devcontainer/portability-devcontainer.json.in
// See https://aka.ms/devcontainer.json for format details.
{
"name": "centos-stream-8-python3.9-minimal (≥ 8-core)",
"build": {
"dockerfile": "portability-Dockerfile",
// See tox.ini for definitions
"args": {
"SYSTEM_FACTOR": "centos-stream-8-python3.9",
"PACKAGE_FACTOR": "minimal",
"DOCKER_TARGET": "with-targets",
"DOCKER_TAG": "dev"
}
},
"containerEnv": {
"MAKE": "make -j4"
},
"onCreateCommand": ".devcontainer/onCreate.sh",
"updateContentCommand": ".devcontainer/portability-updateContent.sh",
"extensions": [
"ms-python.python"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// The command "tox -e update_docker_platforms"
// creates .devcontainer/portability-*-*/devcontainer.json
// from .devcontainer/portability-devcontainer.json.in
// See https://aka.ms/devcontainer.json for format details.
{
"name": "centos-stream-8-python3.9-standard (≥ 8-core)",
"build": {
"dockerfile": "portability-Dockerfile",
// See tox.ini for definitions
"args": {
"SYSTEM_FACTOR": "centos-stream-8-python3.9",
"PACKAGE_FACTOR": "standard",
"DOCKER_TARGET": "with-targets",
"DOCKER_TAG": "dev"
}
},
"containerEnv": {
"MAKE": "make -j4"
},
"onCreateCommand": ".devcontainer/onCreate.sh",
"updateContentCommand": ".devcontainer/portability-updateContent.sh",
"extensions": [
"ms-python.python"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// The command "tox -e update_docker_platforms"
// creates .devcontainer/portability-*-*/devcontainer.json
// from .devcontainer/portability-devcontainer.json.in
// See https://aka.ms/devcontainer.json for format details.
{
"name": "centos-stream-9-python3.9-minimal (≥ 8-core)",
"build": {
"dockerfile": "portability-Dockerfile",
// See tox.ini for definitions
"args": {
"SYSTEM_FACTOR": "centos-stream-9-python3.9",
"PACKAGE_FACTOR": "minimal",
"DOCKER_TARGET": "with-targets",
"DOCKER_TAG": "dev"
}
},
"containerEnv": {
"MAKE": "make -j4"
},
"onCreateCommand": ".devcontainer/onCreate.sh",
"updateContentCommand": ".devcontainer/portability-updateContent.sh",
"extensions": [
"ms-python.python"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// The command "tox -e update_docker_platforms"
// creates .devcontainer/portability-*-*/devcontainer.json
// from .devcontainer/portability-devcontainer.json.in
// See https://aka.ms/devcontainer.json for format details.
{
"name": "centos-stream-9-python3.9-standard (≥ 8-core)",
"build": {
"dockerfile": "portability-Dockerfile",
// See tox.ini for definitions
"args": {
"SYSTEM_FACTOR": "centos-stream-9-python3.9",
"PACKAGE_FACTOR": "standard",
"DOCKER_TARGET": "with-targets",
"DOCKER_TAG": "dev"
}
},
"containerEnv": {
"MAKE": "make -j4"
},
"onCreateCommand": ".devcontainer/onCreate.sh",
"updateContentCommand": ".devcontainer/portability-updateContent.sh",
"extensions": [
"ms-python.python"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// The command "tox -e update_docker_platforms"
// creates .devcontainer/portability-*-*/devcontainer.json
// from .devcontainer/portability-devcontainer.json.in
// See https://aka.ms/devcontainer.json for format details.
{
"name": "conda-forge-python3.11-minimal (≥ 8-core)",
"build": {
"dockerfile": "portability-Dockerfile",
// See tox.ini for definitions
"args": {
"SYSTEM_FACTOR": "conda-forge-python3.11",
"PACKAGE_FACTOR": "minimal",
"DOCKER_TARGET": "with-targets",
"DOCKER_TAG": "dev"
}
},
"containerEnv": {
"MAKE": "make -j4"
},
"onCreateCommand": ".devcontainer/onCreate.sh",
"updateContentCommand": ".devcontainer/portability-updateContent.sh",
"extensions": [
"ms-python.python"
]
}