Skip to content

Commit

Permalink
Merge branch 'master' into introduce_at_least
Browse files Browse the repository at this point in the history
  • Loading branch information
rockem authored Apr 2, 2024
2 parents a78c841 + 3816e06 commit db6c7af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<strong>Easy and expressive busy-waiting for Python</strong>
</p>
<p align="center">
<a href="https://github.com/rockem/busypie/actions"><img src="https://github.com/rockem/busypie/workflows/Build/badge.svg"/></a>
<a href="https://github.com/rockem/busypie/actions/workflows/test.yml"><img src="https://github.com/rockem/busypie/actions/workflows/test.yml/badge.svg?branch=master"/></a>
<a href="https://github.com/rockem/busypie/releases"><img src="https://img.shields.io/github/v/release/rockem/busypie"/></a>
<a href="https://github.com/rockem/busypie/blob/master/LICENSE"><img src="http://img.shields.io/:license-apache2.0-blue.svg"/></a>
</p>


Although you wouldn't want to do much busy waiting in your production code,
testing is a different matter. When testing asynchronous systems,
it's very helpful to wait for some scenario to finish its course.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
tests_require=[
'pytest==7.4.4',
'pytest-asyncio==0.21.1',
'pytest-timeout==2.2.0',
'pytest-timeout==2.3.1',
'dataclasses==0.6'
],
classifiers=[
Expand Down

0 comments on commit db6c7af

Please sign in to comment.