Skip to content

tailor, cvs2svn: switch to pypy2#154752

Merged
7c6f434c merged 2 commits intoNixOS:masterfrom
7c6f434c:tailor-pypy
Jan 12, 2022
Merged

tailor, cvs2svn: switch to pypy2#154752
7c6f434c merged 2 commits intoNixOS:masterfrom
7c6f434c:tailor-pypy

Conversation

@7c6f434c
Copy link
Member

Motivation for this change

CPython2 EOL, indefinite support plans for PyPy2

Will self-merge as the change is minimal

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested --help of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@ofborg ofborg bot requested a review from makefu January 12, 2022 12:31
@ofborg ofborg bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Jan 12, 2022
@7c6f434c 7c6f434c merged commit 7dfeb58 into NixOS:master Jan 12, 2022
checkInputs = [ subversion git breezy ];

checkPhase = "python run-tests.py";
checkPhase = "pypy2 run-tests.py";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
checkPhase = "pypy2 run-tests.py";
checkPhase = "${pypy2Packages.python.interpreter} run-tests.py";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants