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

Disable packages living on decomissioned svn server #160

Merged
merged 5 commits into from Dec 7, 2022

Commits on Dec 6, 2022

  1. Disable packages living on decomissioned svn server

    DESY SVN server has been decomissioned and some test beam packages have
    not yet been migrated to gitlab repositories. For now, disabling these
    packages for HEAD and v02-03 releases.
    tmadlener committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    a4f4af8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    f042f9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b273b0 View commit details
    Browse the repository at this point in the history
  3. Use pytest directly, as going via py does no longer work

    Starting with pytest 7.2.0(?) py.test.raises only works if py is also
    installed. Given pytest-dev/py#288 it is
    probably easiest to just use pytest directly if possible
    tmadlener committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    022cc4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb5f9df View commit details
    Browse the repository at this point in the history