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

pythonPackages.pycodestyle: improve tests #77393

Merged
merged 1 commit into from Jan 10, 2020
Merged

pythonPackages.pycodestyle: improve tests #77393

merged 1 commit into from Jan 10, 2020

Conversation

kamadorueda
Copy link
Member

@kamadorueda kamadorueda commented Jan 9, 2020

  • This commit adjust the tests to the ones that are found in the
    tox.ini file for the specified version of the module
  • This means we'll have 3 tests in adition to the default one
Motivation for this change

found it while doing other things and wanted to contribute it

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.
Notify maintainers

cc @

@jonringer
Copy link
Contributor

over 5000 rebuilds, please target staging branch

@kamadorueda
Copy link
Member Author

over 5000 rebuilds, please target staging branch

is it r'^staging$' branch ? there are many r'^staging.*$' branches

@jonringer
Copy link
Contributor

correct, staging is what you want. The other's are in case there's need for a "workspace" for stabilizing packages on a given release channel

@lovesegfault
Copy link
Member

You need to rebase and filter out all this stuff you picked up when changing the base on GH

- This commit adjust the tests to the ones that are found in the
  tox.ini file for the specified version of the module
- This means we'll have 3 tests in adition to the default one
@kamadorueda
Copy link
Member Author

You need to rebase and filter out all this stuff you picked up when changing the base on GH

thanks, I've rebased and force-pushed the branch

@ofborg ofborg bot removed 6.topic: emacs 6.topic: GNOME GNOME desktop environment and its underlying platform 6.topic: nixos labels Jan 10, 2020
@jonringer
Copy link
Contributor

@GrahamcOfBorg build pythonPackages.pycodestyle
@GrahamcOfBorg build python35Packages.pycodestyle
@GrahamcOfBorg build python36Packages.pycodestyle
@GrahamcOfBorg build python37Packages.pycodestyle
@GrahamcOfBorg build python38Packages.pycodestyle
@GrahamcOfBorg build python39Packages.pycodestyle

@jonringer jonringer merged commit 55e980e into NixOS:staging Jan 10, 2020
@kamadorueda
Copy link
Member Author

what is to do next in order to have it in master ?

@jonringer
Copy link
Contributor

wait.

staging is to collect many packages which introduce large changes, then it goes to a branch in staging-next where stabilization occurs (fixing issues), once stable enough, it gets merged into master

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

Successfully merging this pull request may close these issues.

None yet

3 participants