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: pytest-dev/pytest-timeout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.1
Choose a base ref
...
head repository: pytest-dev/pytest-timeout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.0
Choose a head ref
  • 14 commits
  • 5 files changed
  • 5 contributors

Commits on Oct 11, 2021

  1. Document timeout_func_only

    flub committed Oct 11, 2021
    2 Configuration menu
    Copy the full SHA
    9489ad8 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. fix tests on py3.6 and lint on 3.9 (#108)

    * fix tests on py3.6
    
    * fix pre-commit rst backticks
    graingert authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    072d420 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    a47417a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Merge pull request #107 from asottile/patch-1

    clarify "it" ambiguity in `signal` documentation
    graingert authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    642e772 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    f8a46a1 View commit details
    Browse the repository at this point in the history
  2. Making detection of whether a debugger is currently attached more fle…

    …xible. (#111)
    
    Previously, the debugger was only recognized if the name was matching exactly one of the well-known debugger names, which was not working as expected on MacOS. With these changes, a debugger that is called `pydevd_frame_evalaluator_darwin_39_64` would also be recognized by the prefix `pydevd_frame_evaluator`, thus disabling timeouts.
    apacha authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    748a9c3 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    flub committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    951972d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Prep release

    flub committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    b8a2fa6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    4f7ebae View commit details
    Browse the repository at this point in the history
  2. Add changelog

    flub committed Jan 11, 2022
    2 Configuration menu
    Copy the full SHA
    3ab4319 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. module names, they're difficult

    flub committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    ed8ecd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Add custom hooks specifications for overriding setup_timeout and tear…

    …down_timeout methods (#117)
    
    It seems pytest-asyncio is interested in this.  See e.g.
    pytest-dev/pytest-asyncio#216
    asvetlov authored Jan 16, 2022
    Configuration menu
    Copy the full SHA
    dd9d608 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. 2.1.0 release

    flub committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    dc1efca View commit details
    Browse the repository at this point in the history
  2. Fixup readme

    flub committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    8e4800e View commit details
    Browse the repository at this point in the history
Loading