Lundy Bernard
Lundy Bernard
**jinja2 is not installed** Traceback (most recent call last): File "resume/bin/yaml-resume", line 5, in from yaml_resume.cli import cli File "resume/lib/python3.10/site-packages/yaml_resume/cli.py", line 4, in from jinja2 import Environment, PackageLoader ModuleNotFoundError: No...
**ModuleNotFoundError for yaml_resume when using pip install** > yaml-resume init FILENAME resume.yaml Traceback (most recent call last): File "miniconda3/envs/resume/bin/yaml-resume", line 5, in from yaml_resume.cli import cli ModuleNotFoundError: No module named...
Reusing a `pandera.Field` instance in a `DataFrameModel` definition causes unexpected behavior and an unhelpful error message. If the same `Field` instance is assigned to two attributes, the first attribute will...
Exercise (03) ticket_v1 - (09) heap references [the "Data layout" section of the Rustonomicon](https://doc.rust-lang.org/nomicon/data.html) The Data layout section currently reads: "This chapter is ideally in agreement with, and rendered redundant...
#### Location of the documentation https://github.com/unionai-oss/pandera/blob/main/.github/CONTRIBUTING.md#run-tests #### Documentation problem The directory `tests/core` no longer exists. The docs need to be updated to provide a new test suite to run with...
Fixes: #389 - marks tests which always require network connections as 'network' - marks tests which download cached data once as 'cached'
When running the test suite, if there are any issues which cause multiple tests to fail, pytest-xdist will deadlock and not report results until the process is killed. ## Steps...