-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "reactivex" | ||
version = "4.0.0a4" # Make sure the version here is the same as in _version.py | ||
description = "Reactive Extensions (Rx) for Python" | ||
description = "ReactiveX (Rx) for Python" | ||
readme = "README.rst" | ||
authors = ["Dag Brattli <[email protected]>"] | ||
license = "MIT License" | ||
|
@@ -59,7 +59,7 @@ float_to_top=true | |
python_version = "3.9" | ||
follow_imports = "silent" | ||
files = ["reactivex"] | ||
exclude = ["reactivex/operators/_\\w.*\\.py$"] | ||
exclude = ["reactivex/operators/_\\w.*\\.py$"] # mypy will eventually catch up | ||
|
||
[tool.pytest.ini_options] | ||
testpaths = ["tests"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters