Skip to content

Commit

Permalink
🚨 ignore new pandas deprecation warning (#536)
Browse files Browse the repository at this point in the history
## Description

This PR ignores a new DeprecationWarning issued by pandas. This should
let the CI pipeline pass again.

## Checklist:

<!---
This checklist serves as a reminder of a couple of things that ensure
your pull request will be merged swiftly.
-->

- [x] The pull request only contains commits that are related to it.
- [x] I have added appropriate tests and documentation.
- [x] I have made sure that all CI jobs on GitHub pass.
- [x] The pull request introduces no new warnings and follows the
project's style guidelines.
  • Loading branch information
burgholzer authored Jan 21, 2024
1 parent 8294bc9 commit e10ac10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ filterwarnings = [
'ignore:.*qiskit.__qiskit_version__.*:DeprecationWarning:qiskit:',
'ignore:.*qiskit.utils.algorithm_globals.QiskitAlgorithmGlobals*:DeprecationWarning:qiskit',
'ignore:.*Building a flow controller with keyword arguments is going to be deprecated*:PendingDeprecationWarning:qiskit',
'ignore:\s.*Pyarrow.*:DeprecationWarning:',
]
log_cli_level = "info"
testpaths = ["test/python"]
Expand Down

0 comments on commit e10ac10

Please sign in to comment.