With current code tests started to create app files in the src dir #1765
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-07#1765
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello!
Recently I discovered that after I run tests (call tox in my working directory) PyBitmessage starts in portable mode. It happens because it founds keys.dat in the src dir. I extended
tests
by app files checkup and reproduced the issue: https://travis-ci.org/github/g1itch/PyBitmessage/builds/772590150. In my branch with reverted49f9620
it could also fail but only because of debug.log.I guess there is some mistake in
helper_startup
which manifests itself with python3.