requests-mock:master

Last commit made on 2024-04-18
Get this branch:
git clone -b master https://git.launchpad.net/requests-mock

Branch merges

Branch information

Name:
master
Repository:
lp:requests-mock

Recent commits

9742d02... by Leon Helwerda <email address hidden>

Type hint for _RequestHistoryTracker.reset method

c42ab56... by Viicos <email address hidden>

Fix type hint of `Mocker.__enter__/__exit__`

fba8cc7... by Jamie Lennox

Add python_requires>=3.5

We no longer support python2, but this is the only way i've found to say
that the package can only be installed on python 3. 3.5 is somewhat of
an arbitrary value, but I don't want to go perfectly recent.

04e5ce9... by Jamie Lennox

Update build steps to remove setup.py

We don't use that method any more, use the build process to sdist

86d5ec6... by Viicos <email address hidden>

Remove unused `six` dependency

2c1ccf1... by Pavel Los <email address hidden>

fix(mocker.pyi): fix Mocker class type hints

946a008... by Jason R. Coombs

Employ setuptools_scm for version-from-tags functionality.

491adcb... by Jason R. Coombs

Remove dependency on pbr. Update metadata to resolve from declarative config in setup.cfg. Fixes #218.

88c4ea7... by Viicos <email address hidden>

Improve type definition of `Mocker.__call__`

233e2ee... by Ramast <email address hidden>

Allow `raw` parameter to accept callable like body elements