Skip to content
New issue

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

Bump monty from 2024.12.10 to 2025.1.3 #1717

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps monty from 2024.12.10 to 2025.1.3.

Release notes

Sourced from monty's releases.

v2025.1.3

2025.1.3

  • Drop deadline warning in dev.deprecated
  • allow strict="skip" for jsanitize
Changelog

Sourced from monty's changelog.

2025.1.3

  • Drop deadline warning in dev.deprecated
  • allow strict="skip" for jsanitize
Commits
  • 69f0f9f Update dev docs
  • 52258f1 Merge branch 'master' of github.com:materialsvirtuallab/monty
  • 28be785 Update change log.
  • b5dcadf Merge pull request #732 from DanielYang59/fix-namespace-dict-with-iterator
  • 30d94f9 Merge pull request #734 from jmmshn/jmmshn/strict
  • 8c13b0f Merge pull request #735 from DanielYang59/fix-deprecated-repo-check
  • 740933b drop unused logger
  • 66d6b51 check deadline in warning msg
  • b119f5a remove warning for deadline
  • 279b265 test https clone, avoid nested context manager
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file major incompatible API changes labels Jan 6, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/monty-2025.1.3 branch from dc173df to b29b0c2 Compare January 6, 2025 07:50
@jan-janssen
Copy link
Member

======================================================================
ERROR: test_compress_file_list (job.test_genericJob.TestGenericJob)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_base/pyiron_base/tests/unit/job/test_genericJob.py", line 112, in test_compress_file_list
    ham.files.file_not_to_compress.tail()
  File "/home/runner/work/pyiron_base/pyiron_base/pyiron_base/jobs/job/extension/files.py", line 58, in tail
    print(*self._read(tail=lines), sep="")
  File "/home/runner/work/pyiron_base/pyiron_base/pyiron_base/jobs/job/extension/files.py", line 21, in _read
    return _working_directory_read_file(
  File "/home/runner/work/pyiron_base/pyiron_base/pyiron_base/jobs/job/util.py", line 496, in _working_directory_read_file
    [
  File "/home/runner/work/pyiron_base/pyiron_base/pyiron_base/jobs/job/util.py", line 496, in <listcomp>
    [
  File "/home/runner/miniconda3/envs/test/lib/python3.10/site-packages/monty/io.py", line 187, in reverse_readfile
    l_end = _get_line_ending(filename)
  File "/home/runner/miniconda3/envs/test/lib/python3.10/site-packages/monty/io.py", line 168, in _get_line_ending
    raise ValueError(f"Unknown line ending in line {repr(first_line)}.")
ValueError: Unknown line ending in line b'content: file_not_to_compress'.

======================================================================
FAIL: test_tail (job.test_genericJob.TestGenericJob) (i=0)
job.files.tail should print the last lines of a file to stdout
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_base/pyiron_base/tests/unit/job/test_genericJob.py", line 772, in test_tail
    self.assertEqual(
AssertionError: 'More' != 'Lines'
- More
+ Lines
 : tail read incorrect lines from output file when job uncompressed!

======================================================================
FAIL: test_tail (job.test_genericJob.TestGenericJob) (i=1)
job.files.tail should print the last lines of a file to stdout
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_base/pyiron_base/tests/unit/job/test_genericJob.py", line 772, in test_tail
    self.assertEqual(
AssertionError: 'ContentMore' != 'MoreLines'
- ContentMore
+ MoreLines
 : tail read incorrect lines from output file when job uncompressed!

======================================================================
FAIL: test_tail (job.test_genericJob.TestGenericJob) (i=2)
job.files.tail should print the last lines of a file to stdout
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/pyiron_base/pyiron_base/tests/unit/job/test_genericJob.py", line 772, in test_tail
    self.assertEqual(
AssertionError: 'ContentMore' != 'ContentMoreLines'
- ContentMore
+ ContentMoreLines
?            +++++
 : tail read incorrect lines from output file when job uncompressed!

----------------------------------------------------------------------

@jan-janssen jan-janssen marked this pull request as draft January 7, 2025 09:39
@dependabot dependabot bot force-pushed the dependabot/pip/monty-2025.1.3 branch from 3077a34 to 05e1e75 Compare January 8, 2025 05:38
Bumps [monty](https://github.com/materialsvirtuallab/monty) from 2024.12.10 to 2025.1.3.
- [Release notes](https://github.com/materialsvirtuallab/monty/releases)
- [Changelog](https://github.com/materialsvirtuallab/monty/blob/master/docs/changelog.md)
- [Commits](materialsvirtuallab/monty@v2024.12.10...v2025.1.3)

---
updated-dependencies:
- dependency-name: monty
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/monty-2025.1.3 branch from 827409d to f363178 Compare January 8, 2025 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file major incompatible API changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant