-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
## Problem
With the merge of #3737 NumPy 1.20 is now our minimum supported NumPy version as per [NEP29](https://numpy.org/neps/nep-0029-deprecation_policy.html).
However some open PRs (eg @hmacdo…
-
### Contact Details [Optional]
_No response_
### Describe the feature you are interested in ...
Details --> https://peps.python.org/pep-0561/
### Is your feature request related to a problem?
_No…
-
```
def test_beartype() -> None:
'''
Test the :func:`beartype.beartype` decorator with respect to type-checking
code dynamically generated by the
:mod:`beart…
-
pathvalidate 2.5.0
In Visual Studio Code, no suggestions are given for functions of pathvalidate, e.g. for `sanitize_filename`:
![image](https://user-images.githubusercontent.com/7242780/1617526…
-
Installing `gurobipy-pandas`, `gurobipy-stubs` and `pandas-stubs`, the revealed types are funky:
```python
from typing_extensions import reveal_type
import pandas as pd
import gurobipy as grb
i…
-
**Bug Report**
Tests are failing for the master branch on my macOS laptop.
A few tests in `PEP561Suite` are flaky for reasons I don't quite understand.
**To Reproduce**
```
git pull
git…
-
Now that PEP561 tests run sequentially (#12857), they can take a big fraction of the
entire runtests.py runtime. I think that we should make the tests opt-in, similar to some
of the slow mypyc test…
-
My project https://github.com/staticjinja/staticjinja uses mypy, but it can't actually use the type hints
defined here because we aren't following https://mypy.readthedocs.io/en/stable/installed_pack…
-
Currently all the `.test` files (used for mypy self tests) are enumerated in the test case runners, such as in `mypy/test/testcheck.py`. This is error-prone and can be confusing.
It would be better…