We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug test_clean_up_reward and test_joint_rotation_sensor fail with "Package Dexterity not found!" on latest develop (head 7bce1f6).
test_clean_up_reward
test_joint_rotation_sensor
Dexterity
develop
To Reproduce Run pytest on sensors directory. The first two tests will fail.
pytest
sensors
Expected behavior Dexterity dependent tests should skip: db23272. @jaydenmilne
The text was updated successfully, but these errors were encountered:
Add @ to the beginning of pytest.mark.skipif calls so they're int…
@
pytest.mark.skipif
6fc2e2d
…erpreted as annotations. Closes #404
skipif
No branches or pull requests
Describe the bug
test_clean_up_reward
andtest_joint_rotation_sensor
fail with "PackageDexterity
not found!" on latestdevelop
(head 7bce1f6).To Reproduce
Run
pytest
onsensors
directory. The first two tests will fail.Expected behavior
Dexterity dependent tests should skip: db23272. @jaydenmilne
The text was updated successfully, but these errors were encountered: