Skip to content

Commit

Permalink
Update python-pytest-server-fixtures to version 1.7.0 / rev 4 via SR …
Browse files Browse the repository at this point in the history
…889722

https://build.opensuse.org/request/show/889722
by user mcepl + dimstar_suse
- Skip the failing test test_init (gh#man-group/pytest-plugins#177)
  • Loading branch information
mcepl authored and bmwiedemann committed May 2, 2021
1 parent 4df3c16 commit afde9c1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
Binary file modified packages/p/python-pytest-server-fixtures/.files
Binary file not shown.
9 changes: 9 additions & 0 deletions packages/p/python-pytest-server-fixtures/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,13 @@
<comment>- Remove pytest restriction as it seems to work with pytest5</comment>
<requestid>810171</requestid>
</revision>
<revision rev="4" vrev="4">
<srcmd5>836e8704fc66edbf8b7e7ad860e4f740</srcmd5>
<version>1.7.0</version>
<time>1619973360</time>
<user>dimstar_suse</user>
<comment>- Skip the failing test test_init (gh#man-group/pytest-plugins#177)
</comment>
<requestid>889722</requestid>
</revision>
</revisionlist>
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat May 1 10:31:41 UTC 2021 - Matej Cepl <mcepl@suse.com>

- Skip the failing test test_init (gh#man-group/pytest-plugins#177)

-------------------------------------------------------------------
Fri May 29 09:58:44 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-server-fixtures
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand Down Expand Up @@ -113,7 +113,8 @@ export PATH=$HOME/bin:$PATH:%{_sbindir}
export SERVER_FIXTURES_HTTPD_MODULES=%{_libdir}/apache2/
export SERVER_FIXTURES_HTTPD=httpd
export SERVER_FIXTURES_REDIS=%{_sbindir}/redis-server
%pytest
# gh#man-group/pytest-plugins#177
%pytest -k 'not test_init'

%files %{python_files}
%doc CHANGES.md README.md
Expand Down

0 comments on commit afde9c1

Please sign in to comment.