Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: dbfbbabc9664
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 92cbe95497f6
Choose a head ref
  • 8 commits
  • 19 files changed
  • 2 contributors

Commits on Dec 10, 2020

  1. python27Packages.pytestpep8: remove due to pytest v6 incompatibility

    Remove ``pythonPackages.pytestpep8`` because:
    * It has been abandoned upstream: no PyPi release since 2014
    * It is no longer compatible with pytest v6+: I get an error pointing to
      https://docs.pytest.org/en/stable/deprecations.html#node-construction-changed-to-node-from-parent
      when I try to use it with ``pytestCheckHook`` (i.e. pytest v6.0+)
    * It doesn't have a maintainer
    drewrisinger committed Dec 10, 2020
    Copy the full SHA
    25c9946 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. treewide: remove dead pytestpep8 references

    pytestpep8 was removed in 25c9946.
    This removes pytestpep8 in the rest of the tree, where it was hardly
    used.
    drewrisinger committed Dec 11, 2020
    Copy the full SHA
    6bb2eae View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0e0e021 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cc0bc67 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    86be4c0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    539d6cf View commit details
    Browse the repository at this point in the history
  6. devpi-server: fix build

    Build was failing due to line continuation between disabled tests in
    checkPhase.
    Fixed by converting to easier syntax of ``pytestCheckHook``.
    drewrisinger committed Dec 11, 2020
    Copy the full SHA
    9a17459 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. Merge pull request #106579 from drewrisinger/dr-pr-remove-pytest-pep8

    python27Packages.pytestpep8: remove due to pytest v6 incompatibility
    gebner committed Dec 13, 2020
    Copy the full SHA
    92cbe95 View commit details
    Browse the repository at this point in the history