Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pytest #1719

Merged
merged 3 commits into from
Jul 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/iniconfig/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package:
name: iniconfig
version: 1.1.1
source:
sha256: bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32
url: https://files.pythonhosted.org/packages/23/a2/97899f6bd0e873fed3a7e67ae8d3a08b21799430fb4da15cfedf10d6e2c2/iniconfig-1.1.1.tar.gz
test:
imports:
- iniconfig
29 changes: 12 additions & 17 deletions packages/pytest/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
package:
name: pytest
version: 3.6.3

version: 6.2.4
source:
url: https://files.pythonhosted.org/packages/55/50/399419c03c39bf41faa7cbd5a8976c076037b2d76adf2535610919806d67/pytest-3.6.3.tar.gz
md5: 8ca6124a3a80f9555c50f5c09056ea02

patches:
- patches/named-tmp-and-rm-dup2.patch

url: https://files.pythonhosted.org/packages/5b/98/92bbda5f83ed995ef8953349ef30c77c934abcc251c42ab3d7787a40c49c/pytest-6.2.4.tar.gz
sha256: 50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b
requirements:
run:
- atomicwrites
- attrs
- more-itertools
- pluggy
- py
- setuptools
- six

- atomicwrites
- attrs
- more-itertools
- pluggy
- py
- setuptools
- six
- iniconfig
test:
imports:
- pytest
- pytest
61 changes: 0 additions & 61 deletions packages/pytest/patches/named-tmp-and-rm-dup2.patch

This file was deleted.

2 changes: 1 addition & 1 deletion packages/pytest/test_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_pytest(selenium):
"""
)

selenium.run("pytest.main([base_dir / 'test_api.py'])")
selenium.run("pytest.main([str(base_dir / 'test_api.py')])")

logs = "\n".join(selenium.logs)
assert "INTERNALERROR" not in logs