Skip to content

Commit

Permalink
Changes to documentation and CI tests (log2timeline#4946)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Dec 26, 2024
1 parent 4a3ce9d commit 3f9beb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ environment:
PYTHON_VERSION: "3.12"
L2TBINARIES_TRACK: "dev"
TARGET: wheel
- DESCRIPTION: "Run tests on Mac OS with Python 3.12"
- DESCRIPTION: "Run tests on Mac OS with Python 3.13"
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey
HOMEBREW_NO_INSTALL_CLEANUP: 1
TARGET: tests
Expand Down
2 changes: 1 addition & 1 deletion config/appveyor/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
set -e

brew update -q
brew install -q gettext gnu-sed python@3.12 tox || true
brew install -q gettext gnu-sed python@3.13 tox || true

6 changes: 1 addition & 5 deletions plaso/parsers/text_plugins/macos_securityd.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# -*- coding: utf-8 -*-
"""Text parser plugin for MacOS security daemon (securityd) log files.
Also see:
https://opensource.apple.com/source/Security/Security-55471/sec/securityd
"""
"""Text parser plugin for MacOS security daemon (securityd) log files."""

import pyparsing

Expand Down

0 comments on commit 3f9beb7

Please sign in to comment.