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

modernized build #2070

Merged
merged 3 commits into from
Apr 16, 2022
Merged

modernized build #2070

merged 3 commits into from
Apr 16, 2022

Commits on Apr 11, 2022

  1. pep517+518 build

    build packages based on metadata (pyproject.toml+setup.cfg).
    
    barebone setup.py is needed for compability, e.g. `pip install -e`
    mgor committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c06d4a6 View commit details
    Browse the repository at this point in the history
  2. possible fix for race condition in test

    test would fail one run (stopping instead of stopped) and pass the next.
    mgor committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    5b814a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61a4961 View commit details
    Browse the repository at this point in the history