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

release pin on pytest #2633

Merged
merged 5 commits into from
May 3, 2023
Merged

release pin on pytest #2633

merged 5 commits into from
May 3, 2023

Commits on Apr 27, 2023

  1. release pin on pytest

    k-dominik committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    10700db View commit details
    Browse the repository at this point in the history
  2. Fix warning prints

    k-dominik committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    34f6695 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. fix changed behavior in tmp path on osx

    use the same fixture for empty project file everywhere
    
    on osx tmp_path fixture resolves the symlink from /var to /private/var, while
    `tempfile.mkstemp` does not - relative path check would fail.
    k-dominik committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    7446930 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. run headless invocations in separate test functions

    using `pytester` here - test failures on windows with multiple
    `run` invocations per test functions somehow modify the environment.
    k-dominik committed May 2, 2023
    Configuration menu
    Copy the full SHA
    f7c5d55 View commit details
    Browse the repository at this point in the history
  2. simplify appveyor cfg

    k-dominik committed May 2, 2023
    Configuration menu
    Copy the full SHA
    293caf0 View commit details
    Browse the repository at this point in the history