Skip to content

Commit

Permalink
pypi-pytest_asyncio: Autospec creation for update from version 0.16.0…
Browse files Browse the repository at this point in the history
… to version 0.17.0

Andrew Svetlov (20):
      Add 'Framework :: Asyncio' trove classifier
      Reformat with black
      Fix readme, the plugin now provide fixtures for unused udp ports also (#241)
      Ignote .python-version file marker
      Update changelog for added plugin modes (#243)
      Avoid non-stantdard approached for warning emitting (#242)
      Rewrite flaky integration test (#246)
      Setup pre-commit hooks and reformat code (#245)
      Setup initial codeowners (#244)
      Switch to declarative setup (#247)
      Fix typo
      Configure dependabot version updater (#250)
      Setup GitHub Workflows linter and yaml-reformatter (#253)
      Release process automation (#252)
      Build on tag
      Fix trove classifier for asyncio
      Fix release artifacts
      Convert README.rst to Markdown for making githun release
      Fix pandoc installation procedure
      Bump to 0.17 release

Bruno Oliveira (2):
      Add note about unittest.TestCase not being supported
      Mention IsolatedAsyncioTestCase

Dominik S. Buse (1):
      Add unused port helpers for UDP (#99)

Imran Hayder (1):
      Switch to setuptools-scm for versioning (#37)

Kian-Meng, Ang (1):
      Fix typo

Michael Seifert (7):
      Teardown of the event_loop fixture no longer replaces the event loop policy.
      refactor: Removed use of obsolete transfer_markers during test collection phase.
      feat!: Drop support for Python 3.6.
      refactor: Moved test_hypothesis_integration to "hypothesis" subfolder and renamed it to "test_base".
      fix: Fixed double wrapping of inherited Hypothesis tests.
      doc: Updated docstring of pytest_pyfunc_call.
      doc: Mentioned additional test dependency on flaky in the changelog.

Nikita Sobolev (1):
      Use `python@3.10` in CI

Piper Merriam (1):
      Add mechanism for explicit marking of fixtures which should be run with asyncio (#125)

Tin Tvrtkovic (2):
      Update CI badge
      Durr

dependabot[bot] (1):
      Bump codecov/codecov-action from 1 to 2.1.0 (#251)

kriek (1):
      Fixes pytest-dev/pytest-asyncio#219 (#221)

wjsi (1):
      Support flaky on async tests
  • Loading branch information
fenrus75 committed Jan 13, 2022
1 parent 85d0399 commit dcc1ca8
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := pypi-pytest_asyncio
URL = https://files.pythonhosted.org/packages/89/53/8844d99d5343eecbb6d740d708581fbf63cefd560c07c7164b12691e54eb/pytest-asyncio-0.16.0.tar.gz
URL = https://files.pythonhosted.org/packages/3e/ed/ebeda980c5b22164ed85a2540acaaa3203ce02d5cd7ec956757a65574b39/pytest-asyncio-0.17.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = pypi-pytest_asyncio
url = https://files.pythonhosted.org/packages/89/53/8844d99d5343eecbb6d740d708581fbf63cefd560c07c7164b12691e54eb/pytest-asyncio-0.16.0.tar.gz
url = https://files.pythonhosted.org/packages/3e/ed/ebeda980c5b22164ed85a2540acaaa3203ce02d5cd7ec956757a65574b39/pytest-asyncio-0.17.0.tar.gz
archives =
giturl = https://github.com/pytest-dev/pytest-asyncio.git
domain =
Expand Down
35 changes: 20 additions & 15 deletions pypi-pytest_asyncio.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,26 @@
# Generated by: autospec.py
#
Name : pypi-pytest_asyncio
Version : 0.16.0
Release : 30
URL : https://files.pythonhosted.org/packages/89/53/8844d99d5343eecbb6d740d708581fbf63cefd560c07c7164b12691e54eb/pytest-asyncio-0.16.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/89/53/8844d99d5343eecbb6d740d708581fbf63cefd560c07c7164b12691e54eb/pytest-asyncio-0.16.0.tar.gz
Summary : Pytest support for asyncio.
Version : 0.17.0
Release : 31
URL : https://files.pythonhosted.org/packages/3e/ed/ebeda980c5b22164ed85a2540acaaa3203ce02d5cd7ec956757a65574b39/pytest-asyncio-0.17.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/3e/ed/ebeda980c5b22164ed85a2540acaaa3203ce02d5cd7ec956757a65574b39/pytest-asyncio-0.17.0.tar.gz
Summary : Pytest support for asyncio
Group : Development/Tools
License : Apache-2.0
Requires: pypi-pytest_asyncio-license = %{version}-%{release}
Requires: pypi-pytest_asyncio-python = %{version}-%{release}
Requires: pypi-pytest_asyncio-python3 = %{version}-%{release}
BuildRequires : buildreq-distutils3
Provides: pytest-asyncio
Provides: pytest-asyncio-python
Provides: pytest-asyncio-python3
BuildRequires : pypi(py)
BuildRequires : pypi(pytest)
BuildRequires : pypi(setuptools)
BuildRequires : pypi(setuptools_scm)
BuildRequires : pypi(wheel)
BuildRequires : pypi-pluggy
BuildRequires : pypi-pytest
BuildRequires : pypi-tox
BuildRequires : pypi-virtualenv

%description
pytest-asyncio: pytest support for asyncio
Expand Down Expand Up @@ -52,29 +57,29 @@ python3 components for the pypi-pytest_asyncio package.


%prep
%setup -q -n pytest-asyncio-0.16.0
cd %{_builddir}/pytest-asyncio-0.16.0
%setup -q -n pytest-asyncio-0.17.0
cd %{_builddir}/pytest-asyncio-0.17.0

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1641480263
export SOURCE_DATE_EPOCH=1642089205
export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fno-lto "
export FCFLAGS="$FFLAGS -fno-lto "
export FFLAGS="$FFLAGS -fno-lto "
export CXXFLAGS="$CXXFLAGS -fno-lto "
export MAKEFLAGS=%{?_smp_mflags}
python3 setup.py build
python3 -m build --wheel --skip-dependency-check --no-isolation

%install
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-pytest_asyncio
cp %{_builddir}/pytest-asyncio-0.16.0/LICENSE %{buildroot}/usr/share/package-licenses/pypi-pytest_asyncio/c700a8b9312d24bdc57570f7d6a131cf63d89016
python3 -tt setup.py build install --root=%{buildroot}
cp %{_builddir}/pytest-asyncio-0.17.0/LICENSE %{buildroot}/usr/share/package-licenses/pypi-pytest_asyncio/92a74693f02c8e78dd90b2014c52bc35a95bab86
pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
echo ----[ mark ]----
Expand All @@ -84,7 +89,7 @@ echo ----[ mark ]----

%files license
%defattr(0644,root,root,0755)
/usr/share/package-licenses/pypi-pytest_asyncio/c700a8b9312d24bdc57570f7d6a131cf63d89016
/usr/share/package-licenses/pypi-pytest_asyncio/92a74693f02c8e78dd90b2014c52bc35a95bab86

%files python
%defattr(-,root,root,-)
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
30
31
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e536f9ed5e67bc2a17e646d20f5fa0dce162f3cd/pytest-asyncio-0.16.0.tar.gz
dd6054314b4080364f876812558cdc1189db60ff/pytest-asyncio-0.17.0.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0
0.17.0

0 comments on commit dcc1ca8

Please sign in to comment.