./devel/py-test-virtualenv, Virtualenv fixture for py.test

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.7.0nb1, Package name: py310-test-virtualenv-1.7.0nb1, Maintainer: pkgsrc-users

Create a Python virtual environment in your test that cleans up on teardown.
The fixture has utility methods to install packages and list what's installed.


Required to run:
[devel/py-setuptools] [devel/py-virtualenv] [devel/py-test] [devel/py-test-shutil] [devel/py-test-fixture-config] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 15.397 KB

Version history: (Expand)


CVS history: (Expand)


   2022-04-30 01:22:31 by Thomas Klausner | Files touched by this commit (4)
Log message:
*: mark dependencies of py-virtualenv as not-for-python-2.x
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-05-16 19:38:40 by Adam Ciarcinski | Files touched by this commit (9)
Log message:
pytest from versioned deps.
   2019-10-29 16:08:31 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-test-virtualenv: updated to 1.7.0

1.7.0
 * All: Support pytest >= 4.0.0
 * All: Support Python 3.7
 * pytest-server-fixtures: if host not defined on your machine, default to localhost
 * pytest-server-fixture: Pin to rethinkdb < 2.4.0 due to upstream API changes
 * pytest-verbose-parametrize: Add support for revamped marker infrastructure
 * pytest-verbose-parametrize: Fix integration tests to support pytest >= 4.1.0
 * pytest-virtualenv: Add virtualenv as install requirement.
 * pytest-webdriver: Fix RemovedInPytest4Warning using getfixturevalue
 * circleci: Fix checks by skipping coverall submission for developer without \ 
push access
 * wheels: Generate universal wheels installable with both python 2.x and 3.x
 * dist: Remove support for building and distributing *.egg files
 * VagrantFile: Install python 3.7 and initialize python 3.7 by default
 * Fix DeprecationWarning warnings using "logger.warning()" function

1.6.2:
 * pytest-server-fixtures: suppress stacktrace if kill() is called
 * pytest-server-fixtures: fix random port logic in TestServerV2

1.6.1:
 * pytest-server-fixtures: fix exception when attempting to access hostname \ 
while server is not started

1.6.0:
 * pytest-server-fixtures: added previously removed TestServerV2.kill() function
 * pytest-profiling: pin more-itertools==5.0.0 in integration tests, as that's a \ 
PY3 only release

1.5.1:
 * pytest-verbose-parametrize: fixed unicode parameters when using \ 
`@pytest.mark.parametrize`

1.5.0:
 * pytest-server-fixtures: made postgres fixtures and its tests optional, like \ 
all other fixtures
 * pytest-server-fixtures: reverted a fix for pymongo deprecation warning, as \ 
this will break compatibility with pymongo 3.6.0
 * pytest-server-fixtures: dropped RHEL5 support in httpd

1.4.1:
 * pytest-server-fixtures: server fixture binary path specified in ENV now only \ 
affect server class 'thread'
   2019-01-28 09:40:07 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
py-test-virtualenv: allow newer pytest
   2019-01-15 20:05:10 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-test-virtualenv: updated to 1.4.0

1.4.0:
* Fixing python 3 compatibility in Simple HTTP Server fixture
* Fixed broken tests in pytest-profiling
* Pinned pytest<4.0.0 until all deprecation warnings are fixed.
* pytest-webdriver: replaced deprecated phantomjs with headless Google Chrome.
* Add Vagrantfile to project to make test environment portable.
* Add .editorconfig file to project.
* pytest-server-fixtures: add TestServerV2 with Docker and Kubernetes support.
* pytest-server-fixtures: fix for an issue where MinioServer is not cleaned up \ 
after use.
* pytest-server-fixtures: fix deprecation warnings when calling pymongo.
* pytest-server-fixtures: close pymongo client on MongoTestServer teardown.
* pytest-server-fixtures: upgrade Mongo, Redis and RethinkDB to TestServerV2.
* coveralls: fix broken coveralls