This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
pyo3
Watch
2
Star
0
Fork
You've already forked pyo3
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fd92a59a6c
pyo3
/
examples
/
rustapi_module
/
requirements-dev.txt
6 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix installing in 'venv' and datetime tests on Windows (#472) * Add failing test * Complete formatting * Fix commands execution * Fix commands execution for Linux * Extract virtual environment creation/removing into separate functions * Complete error messages * Complete examples building * Use 'venv' independent path * Call script by dotted path instead of 'source' call * Add Travis CI script * Rename variable: 'exec_prefix' -> 'base_prefix' * Add AppVeyor script * Remove Rust test * Complete shell script mode * Complete path to powershell script * Use 'pushd'/'popd' instead of 'cd' * Complete powershell script * Complete shell script * Fix setup * Use 'tox-venv' plugin for 'venv' stdlib module support * Remove additional 'venv' testing * Use global environment instead of calling 'set' * Use 'tox' for AppVeyor, extract commands into 'setup' & 'test' scripts * Add updating of 'pip' & 'setuptools' * Add moving in/back from examples directories * Complete 'pip'/'setuptools' updating * Complete requirements * Complete 'word-count' example configuration * Simplify 'setup' script * Complete 'rustapi_module' example tests * Revert formatting * Complete examples configuration * Remove redundant annotations * Add entry in changelog
2019-05-12 13:20:17 +00:00
pip>=19.1
Add new requirements-dev.txt file
2018-04-08 17:20:19 +00:00
hypothesis>=3.55
pytest>=3.5.0
Fix how the test rustapi_module is built
2018-08-08 13:31:41 +00:00
setuptools-rust>=0.10.2
Add a test to detect memory leak of bytes->vec conversion
2019-09-07 08:59:19 +00:00
psutil>=5.6